Removed unneeded linker flag

This commit is contained in:
Aaron Rainbolt 2022-06-22 00:23:23 -05:00
parent c626813b8a
commit 82fcaaa4c8
2 changed files with 1 additions and 1 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ liblxqt (1.1.0-0ubuntu3) UNRELEASED; urgency=medium
* Backport to Jammy.
* Removed dh-exec hashbang from debian/liblxqt1.install.
* Got rid of non-standard Repository-Browser field in debian/upstream/metadata.
* Removes "-Wl,--as-needed" linker flag.
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 22 Jun 2022 00:05:06 -0500

1
debian/rules vendored
View File

@ -2,7 +2,6 @@
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
WHICH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)