From ef8b88b3568c171ebabe372b57b7715b57ea2516 Mon Sep 17 00:00:00 2001 From: filon Date: Mon, 27 Jan 2003 22:46:52 +0000 Subject: [PATCH] - fixes explicit enabling of gpgme Changed files: anubis-configure_gpgme.patch -> 1.1 --- anubis-configure_gpgme.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 anubis-configure_gpgme.patch diff --git a/anubis-configure_gpgme.patch b/anubis-configure_gpgme.patch new file mode 100644 index 0000000..6f9c136 --- /dev/null +++ b/anubis-configure_gpgme.patch @@ -0,0 +1,11 @@ +--- anubis-3.6.2.orig/configure.ac 2003-01-26 19:28:33.000000000 +0100 ++++ anubis-3.6.2/configure.ac 2003-01-26 19:49:52.000000000 +0100 +@@ -79,7 +74,7 @@ + dnl Use option --without-gpgme to NOT compile the GnuPG (GPGME library) support. + AC_ARG_WITH(gpgme, + [ --without-gpgme disable the GnuPG (GPGME library) support], +- [with_gpgme=no], ++ [with_gpgme=$withval], + [with_gpgme=yes]) + if test "$with_gpgme" = "no"; then + AC_DEFINE(NOGPG, 1, [Define to 1 if NOGPG is requested.]) -- 2.43.0