Codebase list lua-http / 33d6cba
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, 1 month ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1212 # see ENVIRONMENT in dpkg-buildflags(1)
1313 # package maintainers to append CFLAGS
1414 export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
15 # package maintainers to append LDFLAGS
16 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
1715
1816
1917 %: