[tor-commits] [tor-browser/tor-browser-52.1.0esr-7.0-2] fixup! TB3: Tor Browser's official .mozconfigs.

gk at torproject.org gk at torproject.org
Fri May 12 14:25:33 UTC 2017


commit b51157dc9a520a693c2fb27ab3213e3bdf1cb5f1
Author: Georg Koppen <gk at torproject.org>
Date:   Fri May 12 14:05:05 2017 +0000

    fixup! TB3: Tor Browser's official .mozconfigs.
    
    The executables are not PIE anymore with the switch to ESR52. We need to
    set --enable-pie now even though we still use the hardening wrapper.
    Fixes #22238, patch by boklm.
---
 .mozconfig      | 1 +
 .mozconfig-asan | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.mozconfig b/.mozconfig
index cde5b49..4398849 100755
--- a/.mozconfig
+++ b/.mozconfig
@@ -27,3 +27,4 @@ ac_add_options --disable-webrtc
 ac_add_options --disable-eme
 #ac_add_options --disable-ctypes
 ac_add_options --enable-jemalloc=4
+ac_add_options --enable-pie
diff --git a/.mozconfig-asan b/.mozconfig-asan
index 096bcc6..87e5008 100644
--- a/.mozconfig-asan
+++ b/.mozconfig-asan
@@ -41,3 +41,4 @@ ac_add_options --disable-crashreporter
 ac_add_options --disable-webrtc
 #ac_add_options --disable-ctypes
 ac_add_options --disable-eme
+ac_add_options --enable-pie



More information about the tor-commits mailing list