[torbrowser/maint-2.3] chmod libssl* and libcrypto* so they can get stripped

3 Feb
2012
3 Feb
'12
12:26 a.m.
commit 71fd5b8be39485f9e7eeb4559a644a97a1c087d8 Author: Sebastian Hahn <sebastian@torproject.org> Date: Tue Jan 31 02:14:38 2012 +0100 chmod libssl* and libcrypto* so they can get stripped --- build-scripts/linux.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index badb523..2981381 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -292,6 +292,8 @@ install-binaries: cp -d $(LIBPNG)/libpng14.so* $(LIBSDIR) # OpenSSL cp -d $(OPENSSL)/libssl.so* $(OPENSSL)/libcrypto.so* $(LIBSDIR) + chmod 644 $(LIBSDIR)/libssl.so* + chmod 644 $(LIBSDIR)/libcrypto.so* # Vidalia cp $(VIDALIA) $(APPDIR) cp $(TOR) $(APPDIR)
4867
Age (days ago)
4867
Last active (days ago)
0 comments
1 participants
participants (1)
-
erinn@torproject.org