From 12fc34156793a1bd3dcbce68c29a19b953be755b Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Tue, 30 Sep 2025 08:16:12 +0200 Subject: [PATCH] distro/deb: fix lintian issue debian-rules-uses-as-needed-linker-flag --- distro/pkg/deb/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 36ad98ba71..9e3eef84b8 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_CFLAGS_MAINT_APPEND = -Wall -DNDEBUG -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export DEB_CFLAGS_MAINT_APPEND = -Wall -DNDEBUG export DPKG_GENSYMBOLS_CHECK_LEVEL := 4 export KNOT_SOFTHSM2_DSO = /usr/lib/softhsm/libsofthsm2.so -- 2.47.3