summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-04 15:19:04 +0000
committerRoy Marples <roy@marples.name>2008-01-04 15:19:04 +0000
commit3d163f4548774c222ccf2dead8e2811ffeccc824 (patch)
tree80fa9e48cba26d75f93ff7f47c6869d1c959a0b6 /README
parentaa1129a71d44e55f6cf533dfd9256ade6fe53132 (diff)
downloadopenrc-3d163f4548774c222ccf2dead8e2811ffeccc824.tar.gz
openrc-3d163f4548774c222ccf2dead8e2811ffeccc824.tar.bz2
openrc-3d163f4548774c222ccf2dead8e2811ffeccc824.tar.xz
Remove support for static and pam combined - too problematic.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 18ca3af..ee5556f 100644
--- a/README
+++ b/README
@@ -12,12 +12,11 @@ BIN_LDFLAGS=-static
LIB=lib64
DESTDIR=/tmp/openrc-image
PAM=pam
-PAM=pam-dynamic
TERMCAP=ncurses
TERMCAP=termcap
-If you want to build static binaries and use PAM and your PAM implementation
-does not have a static pam library and you should use PAM=pam-dynamic.
+We don't support building a static OpenRC with PAM.
+You may need to use BIN_LDFLAGS=-Wl,-Bstatic on glibc instead of just -static.
You can also brand OpenRC if you so wish like so
BRANDING=\"Gentoo/$(uname -s)\"