summaryrefslogtreecommitdiffstats
path: root/crypto/nss/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/nss/INSTALL')
-rwxr-xr-xcrypto/nss/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/nss/INSTALL b/crypto/nss/INSTALL
index e1721e0dba..5b816d2941 100755
--- a/crypto/nss/INSTALL
+++ b/crypto/nss/INSTALL
@@ -1,4 +1,10 @@
cd $SOURCE_DIRECTORY/mozilla/dist &&
+
+# don't overwrite OpenSSL's libssl.a static library
+cd */lib &&
+mv -v libssl.a libssl3.a &&
+cd $SOURCE_DIRECTORY/mozilla/dist &&
+
install -v -d -m755 $INSTALL_ROOT/usr/lib/nss &&
install -v -d -m755 $INSTALL_ROOT/usr/include/nss &&
install -v -m755 */lib/*.so $INSTALL_ROOT/usr/lib &&