Fix PAM install

This commit is contained in:
Roy Marples
2008-01-13 10:21:22 +00:00
parent 5bf95bd3f3
commit 7f9ea7c7c4
2 changed files with 4 additions and 4 deletions

6
README
View File

@@ -10,9 +10,9 @@ You may wish to tweak the installation with the below arguments
PROGLDFLAGS=-static
LIBNAME=lib64
DESTDIR=/tmp/openrc-image
PAM=pam
TERMCAP=ncurses
TERMCAP=termcap
MKPAM=pam
MKTERMCAP=ncurses
MKTERMCAP=termcap
We don't support building a static OpenRC with PAM.
You may need to use PROGLDFLAGS=-Wl,-Bstatic on glibc instead of just -static.