aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog4
-rwxr-xr-xrules1
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog b/changelog
index 43f46f81..c57250e4 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/rules b/rules
index 238e60f9..8e33df7c 100755
--- a/rules
+++ b/rules
@@ -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