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)
tor-commits@lists.torproject.org