summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-05-17 12:50:57 +0200
committergregor herrmann <gregoa@debian.org>2020-05-17 12:50:57 +0200
commit82b83742c80c1ca0f620d7914782f4bf88b6401e (patch)
treeb32680c71483020cb20f0c5814c884baafa071d4
parent9caa291da3f8b10ddec63726e6b369adf768f8e5 (diff)
Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 73c5dbc..d8309f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@