Removed an obsolete linker flag.

This commit is contained in:
Aaron Rainbolt 2022-11-28 14:36:05 -06:00
parent d5e02d760e
commit 80ccf08822
2 changed files with 6 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
liblxqt (1.2.0-0ubuntu2) UNRELEASED; urgency=medium
* Removed the obsolete '-Wl,--as-needed' linker flag from debian/rules.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 28 Nov 2022 14:35:33 -0600
liblxqt (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release.

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)