Mark those as not building with openssl-devel.
Sponsored by: Absolight
This commit is contained in:
parent
4e806f9235
commit
9d86e32f2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439541
4 changed files with 11 additions and 0 deletions
|
@ -20,4 +20,7 @@ USES= gmake libtool tar:bzip2 ssl
|
|||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= field has incomplete type HMAC_CTX (aka hmac_ctx_st)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1162,6 +1162,8 @@ GROUPS?=${WWWGRP}
|
|||
|
||||
.if defined(NGINX_OPENSSL)
|
||||
USES+= ssl
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= undefined reference to SSLeay_version
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
|
|
|
@ -25,6 +25,9 @@ LIB_DEPENDS+= libluajit-5.1.so:lang/luajit \
|
|||
libgd.so:graphics/gd \
|
||||
libGeoIP.so:net/GeoIP
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= incomplete definition of type struct evp_pkey_st
|
||||
|
||||
NO_OPTIONS_SORT= yes
|
||||
OPTIONS_DEFINE= \
|
||||
DEBUG \
|
||||
|
|
Loading…
Reference in a new issue