]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Remove my bogus -pie from hardening-flags for real.
authorSven Hoexter <sven@timegate.de>
Sat, 27 Oct 2012 08:02:59 +0000 (10:02 +0200)
committerSven Hoexter <sven@timegate.de>
Sat, 27 Oct 2012 08:02:59 +0000 (10:02 +0200)
debian/changelog
debian/rules

index 7b6a20e41174cb40914da7e03685e529fc849707..a3c7e8497e7d4d347f6e404b7f2a1090c8d6958d 100644 (file)
@@ -1,3 +1,9 @@
+exfat-utils (0.9.8-4) UNRELEASED; urgency=low
+
+  * Remove my bogus -pie from hardening-flags for real.
+
+ -- Sven Hoexter <hoexter@debian.org>  Sat, 27 Oct 2012 10:02:50 +0200
+
 exfat-utils (0.9.8-3) experimental; urgency=low
 
   * Revert the change from 0.9.8-2, the correct fix is
index db371de2b3f6bfa180d268c2352c8dfa1aa6c720..ebae574dda9d7724a1fe7f1f22951aa2ad186042 100755 (executable)
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export CCFLAGS = $(CFLAGS)
 
 %: