summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 935ae5f..9049299 100644
--- a/README
+++ b/README
@@ -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.