diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)\" |