Codebase list gtkglextmm / 1fbfebb
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
55 * Drop unnecessary dependency on dh-autoreconf.
66 * Update Vcs-* headers from URL redirect.
77 * Use canonical URL in Vcs-Git.
8 * Avoid explicitly specifying -Wl,--as-needed linker flag.
89
910 -- Debian Janitor <janitor@jelmer.uk> Sat, 27 Jun 2020 12:10:16 -0000
1011
00 #!/usr/bin/make -f
11
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
3 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
43 export DEB_CXXFLAGS_MAINT_APPEND = -DGLIBMM_DISABLE_DEPRECATED
54
65 %: