svn commit: r301679 - head/security/openssl
Dirk Meyer
dinoex at FreeBSD.org
Sun Jul 29 08:36:48 UTC 2012
Author: dinoex
Date: Sun Jul 29 08:36:47 2012
New Revision: 301679
URL: http://svn.freebsd.org/changeset/ports/301679
Log:
- pass no-thread if threads are disabled
Modified:
head/security/openssl/Makefile
Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile Sun Jul 29 08:17:33 2012 (r301678)
+++ head/security/openssl/Makefile Sun Jul 29 08:36:47 2012 (r301679)
@@ -1066,6 +1066,12 @@ EXTRACONFIGURE+= enable-asm
EXTRACONFIGURE+= no-asm
.endif
+.if ${PORT_OPTIONS:MTHREADS}
+EXTRACONFIGURE+= threads
+.else
+EXTRACONFIGURE+= no-threads
+.endif
+
.if ${PORT_OPTIONS:MSHARED}
PLIST_SUB+= SHARED=""
EXTRACONFIGURE+= shared
@@ -1146,7 +1152,6 @@ post-patch:
do-configure:
@${REINPLACE_CMD} -e "s|options 386|options|" \
${WRKSRC}/config
-
.if ${PORT_OPTIONS:MTHREADS}
cd ${WRKSRC} \
&& ${SETENV} CC="${CC}" FREEBSDCC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \
More information about the svn-ports-head
mailing list