Unverified Commit efdf11ac authored by boklm's avatar boklm
Browse files

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
parent 18416a10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: