summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-10-09 11:44:47 +0000
committerjperkin <jperkin@pkgsrc.org>2015-10-09 11:44:47 +0000
commite455891119953d118b0cab09033a16127bb2b9a7 (patch)
treea6223ac007f99c52f9a1810ef19407874fdaf0f3 /security
parent77af8bcf5db9ecfe0c97e3d7ab578fd2a663ba68 (diff)
downloadpkgsrc-e455891119953d118b0cab09033a16127bb2b9a7.tar.gz
Force the "linux-elf" Configure target for Linux 32-bit, fixes the build when
running with ABI=32 on a 64-bit native host.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index ad2c0a9232b..3eaedb47c16 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.213 2015/08/31 19:49:44 wiz Exp $
+# $NetBSD: Makefile,v 1.214 2015/10/09 11:44:47 jperkin Exp $
DISTNAME= openssl-1.0.2d
CATEGORIES= security
@@ -123,6 +123,9 @@ CONFIGURE_ARGS+= hpux-ia64-${CC}
. if ${MACHINE_ARCH} == "powerpc64"
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= linux-ppc64
+. elif ${MACHINE_ARCH} == "i386"
+CONFIGURE_SCRIPT= ./Configure
+CONFIGURE_ARGS+= linux-elf
. endif
.elif ${OS_VARIANT} == "SCOOSR5"
# SIGILL in _sha1_block_data_order_ssse3().