From e455891119953d118b0cab09033a16127bb2b9a7 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 9 Oct 2015 11:44:47 +0000 Subject: Force the "linux-elf" Configure target for Linux 32-bit, fixes the build when running with ABI=32 on a 64-bit native host. --- security/openssl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security') 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(). -- cgit v1.2.3