Commit a7ad5139 authored by Georg Koppen's avatar Georg Koppen Committed by Georg Koppen
Browse files

Bug 10323: Omit libgcc and libstdc++ in TBB 3.5

Since https://bugzilla.mozilla.org/show_bug.cgi?id=831707 and
https://bugzilla.mozilla.org/show_bug.cgi?id=876416 landed Firefox
code is statically linked against libgcc and libstdc++. We can
therefore omit shipping both in Tor Browser Bundles based on Firefox
24 ESR.
parent ccd5e9c8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -164,8 +164,10 @@ script: |
  #
  make -C obj-* package INNER_MAKE_PACKAGE=true
  cp -a obj-*/dist/firefox/* $INSTDIR/Browser/
  if [ ${TORBROWSER_VERSION::3} = "3.0" ]; then
    cp -a /usr/i686-w64-mingw32/lib/libgcc_s_sjlj-1.dll $INSTDIR/Browser/
    cp -a /usr/i686-w64-mingw32/lib/libstdc*dll $INSTDIR/Browser/
  fi
  cp -a ~/build/msvcr100.dll $INSTDIR/Browser/
  #
  # What the hell are these three bytes anyways?