From 07728d754a70b7c51c1883d993aa73541d5b966b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 05:09:06 +0200 Subject: Building zutils dynamically as static-workaround is not necessary anymore (Closes: #1018043). Signed-off-by: Daniel Baumann --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b5c5232..3063e30 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ endif dh ${@} override_dh_auto_configure: - LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/ CXX=$(CXX) + dh_auto_configure -- --exec-prefix=/ CXX=$(CXX) override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/zutils @@ -25,6 +25,3 @@ override_dh_auto_install: override_dh_auto_test: # disabled - -override_dh_gencontrol: - dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc-dev-bin))" -- cgit v1.2.3