[torbrowser/maint-2.2] [Linux] Stop shipping libcrypto.a and libssl.a in TBB for Linux

commit 07d32eaaade14ad0a24ea9f6c05ef8f5c9b5994d Author: Robert Ransom <rransom.8774@gmail.com> Date: Wed Aug 24 04:54:17 2011 -0400 [Linux] Stop shipping libcrypto.a and libssl.a in TBB for Linux The .a files are never used at runtime -- they are only used when statically linking a program. --- build-scripts/linux.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 1df7377..1b6aa12 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -288,7 +288,7 @@ install-binaries: # libpng cp -d $(LIBPNG)/libpng14.so* $(LIBSDIR) # OpenSSL - cp -d $(OPENSSL)/libcrypto.a $(OPENSSL)/libssl.a $(OPENSSL)/libssl.so* $(OPENSSL)/libcrypto.so* $(LIBSDIR) + cp -d $(OPENSSL)/libssl.so* $(OPENSSL)/libcrypto.so* $(LIBSDIR) # Vidalia cp $(VIDALIA) $(APPDIR) cp $(TOR) $(APPDIR)
participants (1)
-
erinn@torproject.org