Changes-By: lintian-brush
Fixes: lintian: debian-rules-uses-as-needed-linker-flag
See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html
* Standards-Version: 4.6.2 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Refer to common license file for Apache-2.0.
+ * Avoid explicitly specifying -Wl,--as-needed linker flag.
-- Aaron M. Ucko <ucko@debian.org> Mon, 04 Sep 2023 22:35:34 -0400
#export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_CFLAGS_MAINT_APPEND=-Wall -pedantic
-# Kept for the sake of backports, which can't rely on GCC 9+.
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk