diff --git a/debian/changelog b/debian/changelog index 7ba0265..ea83e1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pcmanfm-qt (1.2.1-0ubuntu1) lunar; urgency=medium * Updated copyright file. * Bumped Standards-Version to 4.6.2, no changes necessary. * Bumped build dependency for libfm-qt. + * Removed obsolete '-Wl,--as-needed' linker flag. -- Aaron Rainbolt Fri, 27 Jan 2023 15:55:12 -0600 diff --git a/debian/rules b/debian/rules index c03819d..da18b6e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ # export DH_VERBOSE=1 export LC_ALL=C.UTF-8 -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: