lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1565 - nss-pam-ldapd/debian

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1565 - nss-pam-ldapd/debian



Author: arthur
Date: Sat Dec 10 21:15:51 2011
New Revision: 1565
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1565&view=revision

Log:
enable more hardening options (-fPIE doesn't work yet because we use -fPIC in 
some places)

Modified:
   nss-pam-ldapd/debian/rules

Modified: nss-pam-ldapd/debian/rules
==============================================================================
--- nss-pam-ldapd/debian/rules  Sat Dec 10 14:29:29 2011        (r1564)
+++ nss-pam-ldapd/debian/rules  Sat Dec 10 21:15:51 2011        (r1565)
@@ -5,6 +5,9 @@
 # multiarch support
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+# enable hardening options (we disable pie because it conflicts with -fPIC)
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 %:
        dh $@
 
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/