Removed unneeded linker flags
This commit is contained in:
parent
2f50f0cd6a
commit
0b84f3653b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
1
debian/rules
vendored
@ -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
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user