Support static building against a non static PAM.

This commit is contained in:
Roy Marples
2008-01-04 14:01:24 +00:00
parent 3be23bc02d
commit 633297a6ca
3 changed files with 9 additions and 3 deletions

4
README
View File

@@ -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)\"