Codebase list cyrus-sasl2 / 0fafc25d-8c03-4ca6-9adb-9eeb4c06944b/main
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 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3232 # package maintainers to append CFLAGS
3333 export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
3434 # package maintainers to append LDFLAGS
35 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs
35 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
3636
3737 # Save Berkeley DB used for building the package
3838 BDB_VERSION ?= $(shell LC_ALL=C dpkg-query -l 'libdb[45].[0-9]-dev' | grep ^ii | sed -e 's|.*\s\libdb\([45]\.[0-9]\)-dev\s.*|\1|')