summaryrefslogtreecommitdiff
path: root/security/certificate-transparency/files/patch-configure.ac
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-04-01 06:22:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-04-01 06:22:28 +0000
commit82f4b0053bcd68a4f66f09814add50f5ce420b29 (patch)
tree8cc9a432fa018460b075a08e9c5e9a6734298323 /security/certificate-transparency/files/patch-configure.ac
parent- Update to 3.5.1 (diff)
Revert r436952, it breaks build
Reported by: pkg-fallout With hat: portmgr
Diffstat (limited to 'security/certificate-transparency/files/patch-configure.ac')
-rw-r--r--security/certificate-transparency/files/patch-configure.ac26
1 files changed, 0 insertions, 26 deletions
diff --git a/security/certificate-transparency/files/patch-configure.ac b/security/certificate-transparency/files/patch-configure.ac
index 80963aff929e..919648849ca5 100644
--- a/security/certificate-transparency/files/patch-configure.ac
+++ b/security/certificate-transparency/files/patch-configure.ac
@@ -29,29 +29,3 @@
save_LIBS="$LIBS"
AS_UNSET([LIBS])
AC_SEARCH_LIBS([snappy_compress], [snappy],,, [$save_LIBS])
-@@ -146,6 +147,17 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#in
- [AC_MSG_RESULT([yes]); openssl_is_boringssl=1],
- [AC_MSG_RESULT([no])])
-
-+AC_MSG_CHECKING([for LibreSSL])
-+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <openssl/opensslv.h>]],
-+ [[
-+ #ifndef LIBRESSL_VERSION_NUMBER
-+ # error not LibreSSL
-+ #endif
-+ ]])
-+ ],
-+ [AC_MSG_RESULT([yes]); openssl_is_libressl=1],
-+ [AC_MSG_RESULT([no])])
-+
- save_LIBS="$LIBS"
- AS_UNSET([LIBS])
- AC_SEARCH_LIBS([event_base_dispatch], [event],, [missing_libevent=1],
-@@ -212,6 +224,7 @@ AM_CONDITIONAL([HAVE_ANT], [test -n "$AN
- AM_CONDITIONAL([HAVE_LDNS], [test -z "$missing_ldns"])
- AM_CONDITIONAL([HAVE_OBJECTHASH], [test -z "$missing_objecthash"])
- AM_CONDITIONAL([OPENSSL_IS_BORINGSSL], [test -n "$openssl_is_boringssl"])
-+AM_CONDITIONAL([OPENSSL_NO_CMS], [test -z "$openssl_is_boringssl" -o -z "$openssl_is_boringssl"])
- AC_DEFINE_UNQUOTED([TEST_SRCDIR], ["$srcdir"], [Top of the source directory, for tests.])
- AC_SUBST([INSTALL_DIR])
- AC_CONFIG_FILES([Makefile])