diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-13 06:17:30 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-13 06:17:30 +0000 |
commit | 24784f1bbeb7584c802c58a14dd725c0f2902e40 (patch) | |
tree | 12320981282d77f3692a290d0824c878f9c9318e /net | |
parent | net/haproxy builds fine with OpenSSL 1.1.1 (diff) |
net/haproxy-devel builds fine with OpenSSL 1.1.1
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/haproxy-devel-1.9.d7.log
Notes
Notes:
svn path=/head/; revision=487346
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy-devel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index e1490197d767..ae8b71be7773 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -49,10 +49,6 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA MAKE_ARGS+= USE_REGPARM=1 .endif -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111} -BROKEN= Does not build with openssl111 -.endif - post-build: cd ${WRKSRC}/contrib/halog && ${MAKE_CMD} ${MAKE_ENV} |