summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-02-06 15:46:15 +0100
committerMateusz Łukasik <mati75@linuxmint.pl>2016-02-06 15:46:15 +0100
commit0fe03d758b18199c9326a1cab82d268cabcf11fa (patch)
treecfdab90ce10ccdbfd152cecc76bbbd92196e553f
parentd2bdbc6d952e8d6eaf1178e40a594731bee5a13a (diff)
Use bindnow flag
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ab1b745..9e0bcfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ audacious (3.7.1-1) UNRELEASED; urgency=medium
* Work around libaudqt package:
- Add install and symbols files.
* Add debian/patches/add-keywords.patch to provides keywords in desktop file.
+ * debian/rules:
+ - Use bindnow flag.
-- Sebastian Ramacher <sramacher@debian.org> Tue, 29 Dec 2015 12:55:11 +0100
diff --git a/debian/rules b/debian/rules
index 29f3c29..26645f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ endif
# Do not link against unused libraries (make dpkg-shlibdeps happy).
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
%:
dh $@ --with autotools_dev --parallel