Codebase list cdebconf / fbe5f7a
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 Jenkins 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 # Uncomment this to turn on verbose mode.
55 #export DH_VERBOSE=1
66
7 export DEB_LDFLAGS_MAINT_APPEND=-lpthread -Wl,--as-needed
7 export DEB_LDFLAGS_MAINT_APPEND = -lpthread
88
99 debbuild=debian/build-deb
1010 udebbuild=debian/build-udeb