From 1145aba64d0488e50771f3a00c3cfee5eab67b51 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:35:38 +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 bbe30ea..c401a4b 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/dpkg/buildtools.mk 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 @@ -17,6 +17,3 @@ execute_after_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