[tor-commits] [tor-messenger-build/master] Copy the right libstdc++.so.6 on linux-i686

boklm at torproject.org boklm at torproject.org
Thu Nov 27 22:30:07 UTC 2014


commit 49ef4043aa00450e2ab913e160db2a4dd4cdf1e7
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Nov 27 22:42:24 2014 +0100

    Copy the right libstdc++.so.6 on linux-i686
---
 projects/tor-messenger/build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build
index 5690fac..3f7cd1b 100644
--- a/projects/tor-messenger/build
+++ b/projects/tor-messenger/build
@@ -7,7 +7,7 @@ tar xf [% c('input_files_by_name/gcc') %]
 chmod 755 start-tor-messenger
 mv start-tor-messenger instantbird/
 mkdir -p instantbird/lib
-cp -L gcc/lib64/libstdc++.so.6 instantbird/lib/
+cp -L gcc/lib[% c('arch') == 'x86_64' ? '64' : '32' %]/libstdc++.so.6 instantbird/lib/
 [% END %]
 
 cd instantbird/extensions





More information about the tor-commits mailing list