Package: squidguard
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
Nur in squidguard-1.4/debian: compat~.
diff -aur squidguard-1.4.orig/debian/rules squidguard-1.4/debian/rules
--- squidguard-1.4.orig/debian/rules 2011-05-29 11:26:41.000000000 +0200
+++ squidguard-1.4/debian/rules 2012-01-16 00:44:48.000000000 +0100
@@ -5,7 +5,7 @@
dh $@
override_dh_auto_configure:
- dh_auto_configure -- --with-db=/usr \
+ dh_auto_configure -- --with-db=/usr $(shell dpkg-buildflags --export=configure) \
--with-ldap=yes --with-ldap-lib=/usr/lib \
--with-sg-config=/etc/squid/squidGuard.conf \
--with-sg-logdir=/var/log/squid \
Nur in squidguard-1.4/debian: rules~.