diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-27 12:14:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-27 12:14:37 +0000 |
commit | 9d86e32f2df407a2dee5dd6ac91f9b9a5645b9c1 (patch) | |
tree | 8d23c50179e379168dc29b05aa2ec3d88dfb97af /security/openssh-portable | |
parent | 4e806f9235ae162328a233e8365a6df4975f878e (diff) |
Mark those as not building with openssl-devel.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=439541
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 5fd07db8c05b..e7439332bff8 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -24,6 +24,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ --without-zlib-version-check --with-ssl-engine ETCOLD= ${PREFIX}/etc +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type struct rsa_st + OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ OVERWRITE_BASE SCTP LDNS NONECIPHER |