[Libreoffice-commits] core.git: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 29 13:11:22 UTC 2018


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit bd26eb29d7d2bc0f3a990bfcd3f2c82148ee913d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Aug 29 11:18:05 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Aug 29 15:10:52 2018 +0200

    drop gpgme for oss-fuzz
    
    Change-Id: I0ed32f520cf5592ddaf95a849aed16a125b52656
    Reviewed-on: https://gerrit.libreoffice.org/59761
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/configure.ac b/configure.ac
index 2a60d92430e8..3be9d4efcc43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10423,6 +10423,9 @@ if test "$build_for_ios" = "YES"; then
 elif test "$enable_mpl_subset" = "yes"; then
     AC_MSG_CHECKING([whether gpgmepp should be disabled due to building just MPL])
     AC_MSG_RESULT([yes])
+elif test "$enable_fuzzers" = "yes"; then
+    AC_MSG_CHECKING([whether gpgmepp should be disabled due to oss-fuzz])
+    AC_MSG_RESULT([yes])
 elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then
     dnl ===================================================================
     dnl Check for system gpgme


More information about the Libreoffice-commits mailing list