d/rules: Don't explicitly use --as-needed linker option
It's the default with bullseye toolchains.
This commit is contained in:
parent
7eadc0e82d
commit
4137abb2df
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue