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. --- src/Makefile.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.Linux') diff --git a/src/Makefile.Linux b/src/Makefile.Linux index d15c968e..96a80ab9 100644 --- a/src/Makefile.Linux +++ b/src/Makefile.Linux @@ -1,2 +1,2 @@ -LDLIBS_RC += -ldl +LDLIBS_RC += -Wl,-Bdynamic -ldl CPPFLAGS += -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -- cgit v1.2.3