Codebase list openbsc / 188c0ed2-8496-4d12-aff2-5cf6c0ccdd90/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 2 years ago
2 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 openbsc (1.4.0+dfsg1-2) UNRELEASED; urgency=medium
11
22 * Drop unnecessary dependency on dh-autoreconf.
3 * Avoid explicitly specifying -Wl,--as-needed linker flag.
34
45 -- Debian Janitor <janitor@jelmer.uk> Fri, 18 Jun 2021 18:31:18 -0000
56
77
88 CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
99
10 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
1110
1211 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1312