[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbrowser/master] [Linux] Stop shipping libcrypto.a and libssl.a in TBB for Linux
commit 07d32eaaade14ad0a24ea9f6c05ef8f5c9b5994d
Author: Robert Ransom <rransom.8774@xxxxxxxxx>
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)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits