Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (3dcb495c36cd1888d3dd66d9f56cde4acc0b68a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3dcb495c36cd1888d3dd66d9f56cde4acc0b68a5)
  • Date: Thu, 1 Jan 2015 02:52:05 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/openssl/HISTORY | 4 ++++
crypto/openssl/INSTALL | 10 ++--------
2 files changed, 6 insertions(+), 8 deletions(-)

New commits:
commit 3dcb495c36cd1888d3dd66d9f56cde4acc0b68a5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openssl: Parallel jobs on install work, re-enable with make_normal

commit 544add2f2405b8bc918f07f837a414a11d0bbc01
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openssl: Work-around for Bug #556 no longer needed

diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 78e76c0..b191b6b 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,7 @@
+2014-12-31 Eric Sandall <sandalle AT 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 AT hawo.stw.uni-erlangen.de>
* DETAILS: versions 1.0.1j and 0.9.8zc, SECURITY_PATCH++, fixes
for CVE-2014-3513, CVE-2014-3567, CVE-2014-3568
diff --git a/crypto/openssl/INSTALL b/crypto/openssl/INSTALL
index 0f424f6..1d9a6be 100755
--- a/crypto/openssl/INSTALL
+++ b/crypto/openssl/INSTALL
@@ -1,8 +1,2 @@
-make_single &&
-
-# workaround for bug #556
-# we don't install man pages as the pod2man calls fail
-# make MANDIR="$INSTALL_ROOT/usr/share/man" install &&
-make MANDIR="$INSTALL_ROOT/usr/share/man" install_sw &&
-
-make_normal
+make_normal &&
+make MANDIR="$INSTALL_ROOT/usr/share/man" install



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3dcb495c36cd1888d3dd66d9f56cde4acc0b68a5), Eric Sandall, 01/01/2015

Archive powered by MHonArc 2.6.24.

Top of Page