From 4137abb2df1f845305b7310d4e9f22ad53f6224c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Apr 2020 08:19:58 +0100 Subject: [PATCH] d/rules: Don't explicitly use --as-needed linker option It's the default with bullseye toolchains. --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 934e0341..16cc7b47 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed binaries := $(shell dh_listpackages)