summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-04-17 11:31:52 +0400
committerArwed von Merkatz2010-04-17 11:07:37 +0200
commitc47d8791de9aa23d1a12a4ed13224cf24f8df7d8 (patch)
tree1882c1c94a6e597669d0716dbfadf64e568fd082
parente7e2d6772b5c97506c96df066e1284ba096a12a8 (diff)
openssl: fixed lib installation on x86-64 systems
(cherry picked from commit c5fd368ee760fe7bb2b03bd20b9b012e7f84002b)
-rwxr-xr-xcrypto/openssl/BUILD1
-rw-r--r--crypto/openssl/HISTORY4
2 files changed, 5 insertions, 0 deletions
diff --git a/crypto/openssl/BUILD b/crypto/openssl/BUILD
index 0569cf3f27..962c5a6eca 100755
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -8,6 +8,7 @@ fi &&
OPTS="$OPENSSL_TLSEXT $OPTS" &&
OPTS="--prefix=${INSTALL_ROOT}/usr \
--openssldir=${INSTALL_ROOT}/etc/ssl \
+ --libdir=lib \
enable-md2 \
shared \
threads \
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 8aed2f81f4..23eb43fb00 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,7 @@
+2010-04-17 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1 for 1.0
+ * BUILD: corrected lib path (fixes installation on x86-64 systems)
+
2010-04-04 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: PATCHLEVEL=1 for 1.0 branch
* BUILD: enable md2 by default (still needed somewhere, e.g. nmap)