diff options
author | Roy Marples <roy@marples.name> | 2008-01-04 15:19:04 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-04 15:19:04 +0000 |
commit | 3d163f4548774c222ccf2dead8e2811ffeccc824 (patch) | |
tree | 80fa9e48cba26d75f93ff7f47c6869d1c959a0b6 /src/Makefile.Linux | |
parent | aa1129a71d44e55f6cf533dfd9256ade6fe53132 (diff) |
Remove support for static and pam combined - too problematic.
Diffstat (limited to 'src/Makefile.Linux')
-rw-r--r-- | src/Makefile.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
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 |