summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-10-29 21:33:21 +0000
committerjoerg <joerg@pkgsrc.org>2013-10-29 21:33:21 +0000
commit1ca93bdb4502c2ad75d361ab5478d0db5d782b76 (patch)
treedcc2be2dbde2ca7ce042d8e45ff36286155b1fcb /security
parent13c0e03a0b2ef730a3792bb6931c10e7d10e70e1 (diff)
downloadpkgsrc-1ca93bdb4502c2ad75d361ab5478d0db5d782b76.tar.gz
For Linux/POWERPC64 override the default target, otherwise bad things
happen (TM).
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b6f59f19418..4bb048f7f2b 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -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 @@ CONFIGURE_ARGS+= hpux-ia64-${CC}
. 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"