[tor-commits] [tor-browser-bundle/master] Bug 13328: Enabling PIE for ESR 31.

gk at torproject.org gk at torproject.org
Mon Oct 6 16:32:59 UTC 2014


commit fce458344a47b6ef88243b7eb6ff176d39d284d3
Author: Georg Koppen <gk at torproject.org>
Date:   Mon Oct 6 18:31:13 2014 +0000

    Bug 13328: Enabling PIE for ESR 31.
---
 gitian/descriptors/linux/gitian-firefox.yml |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gitian/descriptors/linux/gitian-firefox.yml b/gitian/descriptors/linux/gitian-firefox.yml
index 8f58353..27ba077 100644
--- a/gitian/descriptors/linux/gitian-firefox.yml
+++ b/gitian/descriptors/linux/gitian-firefox.yml
@@ -76,7 +76,9 @@ script: |
   cd $INSTDIR/gcc/bin
   cp /usr/bin/hardened-cc ./
   mv gcc gcc.real
+  mv c++ c++.real
   ln -sf hardened-cc gcc
+  ln -sf hardened-cc c++
   cd ~/build
   export PATH=$INSTDIR/gcc/bin:$INSTDIR/binutils/bin:$PATH
   ARCH=""



More information about the tor-commits mailing list