Codebase list glbinding / 807b3bae-47a1-4670-bce0-30827fa9e0c0/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 1 year, 8 months ago
2 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 * Remove obsolete field Name from debian/upstream/metadata (already present in
1111 machine-readable debian/copyright).
1212 * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
13 * Avoid explicitly specifying -Wl,--as-needed linker flag.
1314
1415 -- Debian Janitor <janitor@jelmer.uk> Sat, 03 Sep 2022 08:28:45 -0000
1516
77
88 # Possible overlinkage in the tools.
99 # See: https://github.com/cginternals/glbinding/issues/203
10 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
1110
1211 BUILD_OPTIONS = \
1312 -DBUILD_SHARED_LIBS=ON \