summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2020-10-12 13:59:03 +0200
committerAxel Beckert <abe@deuxchevaux.org>2020-10-12 13:59:03 +0200
commit5d38328201473a3f5afbd4a017ec677e9cabb3d1 (patch)
tree084d03bf2fbadaac47f440e55eb9e6ad3325d07b
parentec4b020b38ce254c025f89157d318b5da31a8a5b (diff)
downloadzsh-5d38328201473a3f5afbd4a017ec677e9cabb3d1.tar.gz
zsh-5d38328201473a3f5afbd4a017ec677e9cabb3d1.zip
Drop "-Wl,--as-needed" from $LDFLAGS
(No more needed according to lintian warning debian-rules-uses-as-needed-linker-flag.) Gbp-Dch: Full
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 557d0ee16..b7d9b0834 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ CFLAGS += -Wall -g
CONFIGFLAGS = --prefix=/usr
CONFIGFLAGS += --mandir=/usr/share/man
CONFIGFLAGS += --bindir=/bin
-CONFIGFLAGS += LDFLAGS="-Wl,--as-needed -g $(H_LDFLAGS)"
+CONFIGFLAGS += LDFLAGS="-g $(H_LDFLAGS)"
CONFIGFLAGS += --infodir=/usr/share/info
CONFIGFLAGS += --enable-maildir-support