summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2015-01-01 08:27:01 +0000
committerEric Sandall2015-01-01 08:27:01 +0000
commit3dcb495c36cd1888d3dd66d9f56cde4acc0b68a5 (patch)
treecfdcebd42113d6a88dab5d140e1f33525937eee5
parent544add2f2405b8bc918f07f837a414a11d0bbc01 (diff)
openssl: Parallel jobs on install work, re-enable with make_normal
-rw-r--r--crypto/openssl/HISTORY1
-rwxr-xr-xcrypto/openssl/INSTALL5
2 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 4c1b2066b5..b191b6b548 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,5 +1,6 @@
2014-12-31 Eric Sandall <sandalle@sourcemage.org>
* BUILD: Work-around for Bug #556 no longer needed
+ * INSTALL: Parallel jobs on install work, re-enable with make_normal
2014-10-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: versions 1.0.1j and 0.9.8zc, SECURITY_PATCH++, fixes
diff --git a/crypto/openssl/INSTALL b/crypto/openssl/INSTALL
index d70651bbff..1d9a6be3fe 100755
--- a/crypto/openssl/INSTALL
+++ b/crypto/openssl/INSTALL
@@ -1,3 +1,2 @@
-make_single &&
-make MANDIR="$INSTALL_ROOT/usr/share/man" install &&
-make_normal
+make_normal &&
+make MANDIR="$INSTALL_ROOT/usr/share/man" install