pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl For Linux/POWERPC64 override the defa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/644594b0aa65
branches:  trunk
changeset: 625993:644594b0aa65
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 29 21:33:21 2013 +0000

description:
For Linux/POWERPC64 override the default target, otherwise bad things
happen (TM).

diffstat:

 security/openssl/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 9319d455f741 -r 644594b0aa65 security/openssl/Makefile
--- a/security/openssl/Makefile Tue Oct 29 19:55:07 2013 +0000
+++ b/security/openssl/Makefile Tue Oct 29 21:33:21 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.181 2013/10/05 07:01:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.182 2013/10/29 21:33:21 joerg Exp $
 
 DISTNAME=      openssl-1.0.1e
 MASTER_SITES=  http://ftp.openssl.org/source/
@@ -114,6 +114,11 @@
 .  endif
 .elif ${OPSYS} == "Cygwin"
 USE_PLIST_SHLIB=       no
+.elif ${OPSYS} == "Linux"
+.  if ${MACHINE_ARCH} == "powerpc64"
+CONFIGURE_SCRIPT=      ./Configure
+CONFIGURE_ARGS+=       linux-ppc64
+.  endif
 .endif
 
 .include "../../security/openssl/options.mk"



Home | Main Index | Thread Index | Old Index