diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-10-12 13:59:03 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-10-12 13:59:03 +0200 |
commit | 5d38328201473a3f5afbd4a017ec677e9cabb3d1 (patch) | |
tree | 084d03bf2fbadaac47f440e55eb9e6ad3325d07b | |
parent | ec4b020b38ce254c025f89157d318b5da31a8a5b (diff) | |
download | zsh-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-x | debian/rules | 2 |
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 |