diff options
-rw-r--r-- | changelog | 4 | ||||
-rwxr-xr-x | rules | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -29,8 +29,10 @@ pam (0.99.7.1-5) UNRELEASED; urgency=low capabilities are not generally useful in a PAM context, and the PAM capabilities patch has been broken through much of its life. Closes: #440130. + * -Wl,-z,defs was never enabled correctly, drop it since upstream is + already using -no-undefined - -- Steve Langasek <vorlon@debian.org> Sun, 9 Sep 2007 00:24:39 -0700 + -- Steve Langasek <vorlon@debian.org> Sun, 9 Sep 2007 14:19:47 -0700 pam (0.99.7.1-4) unstable; urgency=low @@ -6,7 +6,6 @@ # package. CFLAGS := -g -D_GNU_SOURCE -D_REENTRANT -fPIC -DCRACKLIB_DICTS=CRACKLIB_DICTPATH -LDFLAGS := -Wl,-z,defs ifeq (,$(findstring noopt, ${DEB_BUILD_OPTIONS})) CFLAGS += -O2 |