Remove obsolete linker flag

pull/1/head
Aaron Rainbolt 2 years ago
parent 2fe5018bdb
commit c7813608cc

1
debian/changelog vendored

@ -4,6 +4,7 @@ obconf-qt (0.16.2-0ubuntu1~ppa1) jammy; urgency=medium
* Added Lubuntu Developers copyright.
* Removed redundant Repository-Browser field from d/upstream/metadata.
* Bump Standards-Version to 4.6.1, no changes necessary.
* Removed obsolete "-Wl,--as-needed" linker flag.
-- Aaron Rainbolt <arraybolt3@gmail.com> Mon, 27 Jun 2022 22:37:22 -0500

1
debian/rules vendored

@ -3,7 +3,6 @@
export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake

Loading…
Cancel
Save