From 633297a6ca01df281c293cb484d3f377d90af1b3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Jan 2008 14:01:24 +0000 Subject: Support static building against a non static PAM. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 2f4709d1..18ca3af7 100644 --- a/README +++ b/README @@ -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)\" -- cgit v1.2.3