Skip to content

Commit

Permalink
net/haproxy: revert QUIC support: it does not work with non-OpenSSL S…
Browse files Browse the repository at this point in the history
…SL implementations. We need to explicitly support LibreSSL.

PR:	267388
Reported by:	Ivan Rozhuk <rozhuk.im@gmail.com>
  • Loading branch information
Dmitry Sivachenko authored and Dmitry Sivachenko committed Dec 29, 2023
1 parent a45a17d commit 466d866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/haproxy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= haproxy
DISTVERSION= 2.8.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/2.8/src/

Expand Down Expand Up @@ -55,7 +55,7 @@ DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c
DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include
PROMEX_MAKE_ARGS= USE_PROMEX=1
OPENSSL_USES= ssl
OPENSSL_MAKE_ARGS= USE_OPENSSL=1 USE_QUIC=1 USE_QUIC_OPENSSL_COMPAT=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC}
OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC}
LUA_USES= lua:53
LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER}

Expand Down

0 comments on commit 466d866

Please sign in to comment.