]> git.pld-linux.org Git - packages/anubis.git/commitdiff
- fixes explicit enabling of gpgme
authorfilon <filon@sokrates.mimuw.edu.pl>
Mon, 27 Jan 2003 22:46:52 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anubis-configure_gpgme.patch -> 1.1

anubis-configure_gpgme.patch [new file with mode: 0644]

diff --git a/anubis-configure_gpgme.patch b/anubis-configure_gpgme.patch
new file mode 100644 (file)
index 0000000..6f9c136
--- /dev/null
@@ -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.])
This page took 0.10793 seconds and 4 git commands to generate.