mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Disable GnuTLS support until support for newer versions of GnuTLS has been
added. Reported by: bento
This commit is contained in:
parent
0c4a2322b1
commit
c9eb52a136
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106704
@ -25,17 +25,17 @@ USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if !defined(WITHOUT_SSL)
|
||||
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+=--enable-ssl=gnutls
|
||||
.else
|
||||
#.if !defined(WITHOUT_SSL)
|
||||
#LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
|
||||
#CONFIGURE_ARGS+=--enable-ssl=gnutls
|
||||
#.else
|
||||
CONFIGURE_ARGS+=--enable-ssl=no
|
||||
.endif
|
||||
#.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "libgnetwork has the following configurable option(s):"
|
||||
@${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
|
||||
@${ECHO_MSG} ""
|
||||
# @${ECHO_MSG} ""
|
||||
# @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
|
||||
# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
|
||||
# @${ECHO_MSG} ""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user