summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-04 14:01:24 +0000
committerRoy Marples <roy@marples.name>2008-01-04 14:01:24 +0000
commit633297a6ca01df281c293cb484d3f377d90af1b3 (patch)
treebdf3d005334e7dfc02d36a4d00637aebdb7962a4 /README
parent3be23bc02d30bc415e5ae3f1bc167280d9fde26e (diff)
downloadopenrc-633297a6ca01df281c293cb484d3f377d90af1b3.tar.gz
openrc-633297a6ca01df281c293cb484d3f377d90af1b3.tar.bz2
openrc-633297a6ca01df281c293cb484d3f377d90af1b3.tar.xz
Support static building against a non static PAM.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2f4709d..18ca3af 100644
--- a/README
+++ b/README
@@ -12,9 +12,13 @@ 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.
+
You can also brand OpenRC if you so wish like so
BRANDING=\"Gentoo/$(uname -s)\"