summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorobache <obache>2013-04-03 11:56:20 +0000
committerobache <obache>2013-04-03 11:56:20 +0000
commit06796e30feb82a3b9f72fbb23d8a97a851c3588b (patch)
tree77aa0cc9fe4f43c3d808f2429e3b7561bd16257c /security/openssl
parent09ea5d0deac01135225803ec167389c13fc42863 (diff)
downloadpkgsrc-06796e30feb82a3b9f72fbb23d8a97a851c3588b.tar.gz
prevent to reorder libcrypt and libcrypto for Cygwin,
it break to build openssl module for ruby193.
Diffstat (limited to 'security/openssl')
-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