aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2017-05-10 21:53:28 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2017-05-10 21:53:28 -0400
commitcb961d666330ea124d1e06333a3033d718f45de8 (patch)
treeceb6135379533b089d93f1b88d5c6df2f20eba38
parent58a2d62c504141bdebaa29557f19f363f250aec1 (diff)
downloadveracrypt-cb961d666330ea124d1e06333a3033d718f45de8.tar.bz2
veracrypt-cb961d666330ea124d1e06333a3033d718f45de8.tar.xz
veracrypt-cb961d666330ea124d1e06333a3033d718f45de8.tar.zst
d/rules: Pass '--as-needed' to LDFLAGS.
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index edb9cae..28420ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@ --sourcedirectory=src