Remove support for static and pam combined - too problematic.

This commit is contained in:
Roy Marples
2008-01-04 15:19:04 +00:00
parent aa1129a71d
commit 3d163f4548
7 changed files with 9 additions and 13 deletions

5
README
View File

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