diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-13 06:34:18 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-13 06:34:18 +0000 |
commit | 710347ed84b2ce1acb498746f42880b05c87cf54 (patch) | |
tree | aa576375fa62230fbf94a84d22ae26c8ff9857d8 | |
parent | net/haproxy-devel builds fine with OpenSSL 1.1.1 (diff) |
devel/ucommon does not build with OpenSSL 1.1.1
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/errors/ucommon-7.0.0_3.log
PR: 229027
Notes
Notes:
svn path=/head/; revision=487347
-rw-r--r-- | devel/ucommon/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index d53c593c2700..f115ccae9d14 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -13,6 +13,9 @@ COMMENT= Very lightweight C++ design pattern library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +BROKEN_SSL= openssl111 +BROKEN_SSL_REASON_openssl111= error: allocation of incomplete type 'EVP_CIPHER_CTX' + USES= compiler:c++11-lib cmake:outsource pathfix pkgconfig ssl CMAKE_ARGS= -DBUILD_TESTING:BOOL=ON \ -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} |