Codebase list dicomscope / 1c1380f
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 Andreas Tille 1 year, 4 months ago
2 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Depends java-wrappers
33 Closes: #1015882
4 * Avoid explicitly specifying -Wl,--as-needed linker flag.
45
56 -- Andreas Tille <tille@debian.org> Sat, 03 Dec 2022 07:33:16 +0100
67
11 #export DH_VERBOSE=1
22
33 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
54
65 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
76 export JAVA_HOME=/usr/lib/jvm/default-java