diff options
author | Roy Marples <roy@marples.name> | 2008-01-13 10:21:22 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-13 10:21:22 +0000 |
commit | 7f9ea7c7c4205912dba730209a5878301f5ef492 (patch) | |
tree | 49b815f184e75ad49044e0a27e3f3e2408eb599d /README | |
parent | 5bf95bd3f357a75c52305e8c30c53ce4fc134e44 (diff) |
Fix PAM install
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |