Removed obsolete linker flag.

ubuntu/mantic
Aaron Rainbolt 1 year ago
parent 7369099b9b
commit 5ee6f2414f

1
debian/changelog vendored

@ -8,6 +8,7 @@ obconf-qt (0.16.2-2ubuntu1) lunar; urgency=medium
* Updated debian/watch file to work with GitHub again.
* Removed Repository-Browser field from debian/upstream/metadata.
* Removed trailing whitespace from changelog.
* Removed obsolete '-Wl,--as-needed' linker flag.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 09 Feb 2023 23:08:44 -0600

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