summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openssl/buildlink3.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl/buildlink3.mk b/security/openssl/buildlink3.mk
index bd377c965c3..f25afdc6b74 100644
--- a/security/openssl/buildlink3.mk
+++ b/security/openssl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.46 2013/02/07 11:30:57 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.47 2013/04/03 11:56:20 obache Exp $
BUILDLINK_TREE+= openssl
@@ -14,7 +14,9 @@ BUILDLINK_PKGSRCDIR.openssl?= ../../security/openssl
# Ensure that -lcrypt comes before -lcrypto when linking so that the
# system crypt() routine is used.
#
+.if ${OPSYS} != "Cygwin"
WRAPPER_REORDER_CMDS+= reorder:l:crypt:crypto
+.endif
SSLBASE= ${BUILDLINK_PREFIX.openssl}
BUILD_DEFS+= SSLBASE