diff --git a/debian/rules b/debian/rules index 9a90c54..58d96ae 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Through Autoconf we set hardening flags that are actually more aggressive +# than the Ubuntu defaults, but they conflict with same. +export DEB_BUILD_HARDENING_STACKPROTECTOR=0 + %: dh $@ --with autoreconf