[SCM] libvpx/master: Do not forcefully disable PIE anymore as -pie changed meaning.

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Mon Apr 3 21:09:35 UTC 2017


The following commit has been merged in the master branch:
commit 782b6b2f8206fcef74404d2abf4c090b24f83571
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Apr 3 23:06:30 2017 +0200

    Do not forcefully disable PIE anymore as -pie changed meaning.
    
    Closes: #859415
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 21f6826..3b3839d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 DEB_CFLAGS_MAINT_APPEND = -Wall
 DEB_CXXFLAGS_MAINT_APPEND = -Wall

-- 
libvpx packaging



More information about the pkg-multimedia-commits mailing list