commit efdf11accdd4c440b867409fb4153b969f58bcd8 Author: Nicolas Vigier boklm@torproject.org Date: Wed May 17 18:15:11 2017 +0200
Bug 22238: Fix use of hardened wrapper for the Linux build
ESR52 includes this commit: https://hg.mozilla.org/mozilla-central/rev/f8cf0fe7c810 which changes the compiler used from 'c++' to 'g++'.
tor-browser-bundle.git commit: 48b68f84b34aef3567aeffe6932ff1e40d900f2b --- projects/gcc/config | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/projects/gcc/config b/projects/gcc/config index d740a93..3871455 100644 --- a/projects/gcc/config +++ b/projects/gcc/config @@ -30,8 +30,10 @@ var: cp /usr/bin/hardened-cc ./ mv gcc gcc.real mv c++ c++.real + mv g++ g++.real ln -sf hardened-cc gcc ln -sf hardened-cc c++ + ln -sf hardened-cc g++ popd
targets:
tor-commits@lists.torproject.org