diff options
author | mat <mat@FreeBSD.org> | 2017-04-27 20:14:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-27 20:14:37 +0800 |
commit | 64d057a0680206d86938ee3b0a22a8bd3f5e6e55 (patch) | |
tree | 8d23c50179e379168dc29b05aa2ec3d88dfb97af /security/openssh-portable | |
parent | 8fe943f30c5624108625a00842bd7f2e18228ba2 (diff) | |
download | freebsd-ports-gnome-64d057a0680206d86938ee3b0a22a8bd3f5e6e55.tar.gz freebsd-ports-gnome-64d057a0680206d86938ee3b0a22a8bd3f5e6e55.tar.zst freebsd-ports-gnome-64d057a0680206d86938ee3b0a22a8bd3f5e6e55.zip |
Mark those as not building with openssl-devel.
Sponsored by: Absolight
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 |