From: Sven Hoexter Date: Mon, 25 Jul 2022 18:48:12 +0000 (+0200) Subject: Drop additional LDFLAGS -Wl,--as-needed. X-Git-Tag: debian/2.1-1~3 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fjattach.git;a=commitdiff_plain;h=7a90285200318f51189c2429a3aa03592fd20e48 Drop additional LDFLAGS -Wl,--as-needed. --- diff --git a/debian/changelog b/debian/changelog index 15bf816..9c8b732 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jattach (2.1-1) UNRELEASED; urgency=medium [ Sven Hoexter ] * New upstream release. * Update Standards-Version to 4.6.1 - no changes required. + * Drop additional LDFLAGS -Wl,--as-needed. -- Sven Hoexter Mon, 25 Jul 2022 20:39:57 +0200 diff --git a/debian/rules b/debian/rules index b959739..ac1a236 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f #export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@