]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
distro/deb: fix lintian issue debian-rules-uses-as-needed-linker-flag
authorDaniel Salzman <daniel.salzman@nic.cz>
Tue, 30 Sep 2025 06:16:12 +0000 (08:16 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Fri, 3 Oct 2025 14:49:55 +0000 (16:49 +0200)
distro/pkg/deb/rules

index 36ad98ba71c70a974835d7cf679711b1f4981591..9e3eef84b8b68b85ae8a7275cda0cae5d5300ed6 100755 (executable)
@@ -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