Removed unneeded linker flags

This commit is contained in:
Aaron Rainbolt 2022-06-22 02:25:19 -05:00
parent 2f50f0cd6a
commit 0b84f3653b
2 changed files with 1 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
libsysstat (0.4.6-1ubuntu1) UNRELEASED; urgency=medium libsysstat (0.4.6-1ubuntu1) UNRELEASED; urgency=medium
* Backport to Jammy. * Backport to Jammy.
* Removed "-Wl,--as-needed" flag from debian/rules.
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 22 Jun 2022 01:56:26 -0500 -- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 22 Jun 2022 01:56:26 -0500

1
debian/rules vendored
View File

@ -2,7 +2,6 @@
# export DH_VERBOSE=1 # export DH_VERBOSE=1
export LC_ALL=C.UTF-8 export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: %: