Merge branch 'arjendekorte-patch-1'

This commit is contained in:
Jakub Zelenka 2021-03-07 16:57:08 +00:00
commit d32d75b6eb

View file

@ -40,6 +40,10 @@ if test "$PHP_GNUPG" != "no"; then
PHP_ADD_INCLUDE($GNUPG_DIR/include) PHP_ADD_INCLUDE($GNUPG_DIR/include)
dnl enable largefile support on 32-bits platform
AC_SYS_LARGEFILE
AC_TYPE_OFF_T
dnl gpgme_op_passwd is not used but was added in 1.3.0 dnl gpgme_op_passwd is not used but was added in 1.3.0
LIBNAME=gpgme LIBNAME=gpgme
LIBSYMBOL=gpgme_op_passwd LIBSYMBOL=gpgme_op_passwd