Fix the overlinking in the upstream source

This commit is contained in:
Ferenc Wágner 2016-12-05 12:45:43 +01:00
parent 6585a49045
commit 8c933e327c

7
debian/rules vendored
View File

@ -6,9 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Ensure that we link against all needed libraries (cf. Policy 10.2)
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs
# Avoid useless dependencies in the utilities
export DEB_LDFLAGS_MAINT_APPEND+=-Wl,--as-needed
DEB_BUILD_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
# verbose testsuite results (#754692)
@ -17,10 +14,6 @@ export VERBOSE=1
%:
dh $@ --parallel --with autoreconf
# Avoid useless dependencies in the library
override_dh_autoreconf:
dh_autoreconf --as-needed
override_dh_auto_configure:
dh_auto_configure -- \
--disable-static