[tor-commits] [tor-browser-build/master] Bug 30448: Strip Browser/gtk2/libmozgtk.so
    gk at torproject.org 
    gk at torproject.org
       
    Thu May  9 09:56:11 UTC 2019
    
    
  
commit 8b78ec43a5254776d8d4f3e98ef9f88aa48cc994
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu May 9 11:32:39 2019 +0200
    Bug 30448: Strip Browser/gtk2/libmozgtk.so
---
 projects/firefox/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/firefox/build b/projects/firefox/build
index c15aac2..aefdb97 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -274,7 +274,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.real Browser/plugin-container Browser/updater
+  for LIB in Browser/*.so Browser/gtk2/*.so Browser/firefox.real Browser/plugin-container Browser/updater
   do
       objcopy --only-keep-debug $LIB Debug/$LIB
       strip $LIB
    
    
More information about the tor-commits
mailing list