From 3d163f4548774c222ccf2dead8e2811ffeccc824 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Jan 2008 15:19:04 +0000 Subject: Remove support for static and pam combined - too problematic. --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 18ca3af7..ee5556fd 100644 --- a/README +++ b/README @@ -12,12 +12,11 @@ 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. +We don't support building a static OpenRC with PAM. +You may need to use BIN_LDFLAGS=-Wl,-Bstatic on glibc instead of just -static. You can also brand OpenRC if you so wish like so BRANDING=\"Gentoo/$(uname -s)\" -- cgit v1.2.3