diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-06-17 11:42:17 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-06-17 11:42:17 +0200 |
commit | 0ce7199e486cc712e0318de22609b05b9bf7ab20 (patch) | |
tree | 8406e45553a0a16da11adc7428333fadd7c739c3 | |
parent | 976f5d7e01922e3dec655d49a449ff85f77b1c26 (diff) |
Add hardening build flags to configure.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 47cc256..a8a3a80 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ SHELL := sh -e dh ${@} --with autoreconf override_dh_auto_configure: - dh_auto_configure -- --disable-rpath --enable-guile --enable-ipv6 --with-microhttpd=yes + dh_auto_configure -- --disable-rpath --enable-guile --enable-ipv6 --with-microhttpd=yes $(shell dpkg-buildflags --export=configure) override_dh_auto_test: # Disabling test suite, incomplete |