Kaydet (Commit) bd26eb29 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop gpgme for oss-fuzz

Change-Id: I0ed32f520cf5592ddaf95a849aed16a125b52656
Reviewed-on: https://gerrit.libreoffice.org/59761
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 9ab68b9f
...@@ -10423,6 +10423,9 @@ if test "$build_for_ios" = "YES"; then ...@@ -10423,6 +10423,9 @@ if test "$build_for_ios" = "YES"; then
elif test "$enable_mpl_subset" = "yes"; then elif test "$enable_mpl_subset" = "yes"; then
AC_MSG_CHECKING([whether gpgmepp should be disabled due to building just MPL]) AC_MSG_CHECKING([whether gpgmepp should be disabled due to building just MPL])
AC_MSG_RESULT([yes]) 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 elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then
dnl =================================================================== dnl ===================================================================
dnl Check for system gpgme dnl Check for system gpgme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment