Removed obsolete linker flag

This commit is contained in:
Aaron Rainbolt 2022-06-27 15:31:22 -05:00
parent 44af0df26a
commit 43aad76a77
2 changed files with 1 additions and 2 deletions

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ lxqt-themes (1.1.0-0ubuntu1~ppa1) jammy; urgency=medium
* Overhauled the lxqt-themes.install file to actually install everything.
* Updated LXQt team copyright to 2012-2022.
* Bumped Standards-Version to 4.6.1, no changes necessary.
* Removed obsolete "-Wl,--as-needed" linker flag.
-- Aaron Rainbolt <arraybolt3@gmail.com> Sun, 26 Jun 2022 01:42:42 -0500

2
debian/rules vendored
View File

@ -1,8 +1,6 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake