Codebase list volume-key / 3c40b0a
Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html Debian Janitor 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
3 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
3 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
44
55 CHECK_HOME = $(CURDIR)/debian/tmp/home
66 GPGME_LOG = $(CURDIR)/debian/tmp/gpgme.log