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

Bug 16285: Remove clearkey related library stripping

We don't ship the clearkey DRM system yet, thus we don't need to strip
the respective binaries.

tor-browser-bundle.git author: Georg Koppen <gk@torproject.org>
tor-browser-bundle.git commit: e8d869e142439436104b8b1f8b807406fd68e104
tor-browser-bundle.git commit: c18c6f80c49d7da97d006d3fd5201b11f1312bbc
parent 43f24753
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
[% END %]

[% IF c("var/linux") %]
  mkdir -p $distdir/Debug/Browser/gmp-clearkey/0.1
  mkdir -p $distdir/Debug/Browser/
[% END %]

cd /var/tmp/build/[% project %]-[% c("version") %]
@@ -148,7 +148,7 @@ cd $distdir
[% IF c("var/linux") %]
  # Strip and generate debuginfo for the firefox binary that we keep, all *.so
  # files, the plugin-container, and the updater (see ticket #10126)
  for LIB in Browser/*.so Browser/firefox Browser/plugin-container Browser/gmp-clearkey/0.1/*.so Browser/updater
  for LIB in Browser/*.so Browser/firefox Browser/plugin-container Browser/updater
  do
      objcopy --only-keep-debug $LIB Debug/$LIB
      strip $LIB