diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-13 06:50:53 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-13 06:50:53 +0000 |
commit | 1cf0ca384dd97651783aba1b48fabf6aa2a1693b (patch) | |
tree | 0d79e79a4caccd9299f9a67901cb1babd2677e5f /net/haproxy17 | |
parent | devel/ucommon does not build with OpenSSL 1.1.1 (diff) |
net/haproxy17 builds fine with OpenSSL 1.1.1
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/haproxy17-1.7.11.log
Notes
Notes:
svn path=/head/; revision=487348
Diffstat (limited to 'net/haproxy17')
-rw-r--r-- | net/haproxy17/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/haproxy17/Makefile b/net/haproxy17/Makefile index 3d42db9f2ef6..5d824aac9cb5 100644 --- a/net/haproxy17/Makefile +++ b/net/haproxy17/Makefile @@ -50,10 +50,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} |