From 5ee6f2414f054bbcd613ee54bb699032756c8119 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Fri, 10 Feb 2023 13:02:58 -0600 Subject: [PATCH] Removed 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 93b923a..dbccb3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 09 Feb 2023 23:08:44 -0600 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