From a2bbd132ce8b6b9013a48b609467541dbc08ec62 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 21 Jun 2022 18:46:12 -0500 Subject: [PATCH] Remove unneeded linker flags --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e42808f..4a6fe4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ featherpad (1.3.0-0ubuntu1) kinetic; urgency=medium * Run wrap-and-sort. * Updated debian/watch file version. * Overrode missing man page warnings. + * Removed unneeded "-Wl,--as-needed" linker flags from debian/rules. -- Aaron Rainbolt Tue, 21 Jun 2022 14:05:07 -0500 diff --git a/debian/rules b/debian/rules index dcb3716..8ce55ae 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem=cmake