From c7813608cc7f8dd8aec213ace9ab5bd1b75e09b4 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Mon, 27 Jun 2022 23:39:34 -0500 Subject: [PATCH] Remove obsolete linker flag --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 001c134..b368cd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 27 Jun 2022 22:37:22 -0500 diff --git a/debian/rules b/debian/rules index ae06119..5c75851 100755 --- a/debian/rules +++ b/debian/rules @@ -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