projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b76ac
)
debian/rules: remove the -Wl,--as-needed linker flag
author
Nicholas Guriev <nicholas@guriev.su>
Wed, 29 Jun 2022 08:57:22 +0000
(11:57 +0300)
committer
Nicholas Guriev <nicholas@guriev.su>
Wed, 29 Jun 2022 08:57:22 +0000
(11:57 +0300)
It is on by default since bullseye.
Fixes the 'debian-rules-uses-as-needed-linker-flag' Lintian tag.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
40a7404
..
a48eb45
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-2,7
+2,7
@@
# -*- makefile -*-
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions
-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions
%:
dh $@