[git] GnuPG - branch, master, updated. gnupg-2.2.7-251-gd7323bb

by Werner Koch cvs at cvs.gnupg.org
Mon Nov 5 12:48:05 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  d7323bb2d957fbeb8192c0ecbd99b1d14d302912 (commit)
      from  a3a5a2451924640588e5ecc03a1d4ba6a6ba94a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d7323bb2d957fbeb8192c0ecbd99b1d14d302912
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Nov 5 12:47:44 2018 +0100

    speedo: Remove obsolete configure option of gpgme.
    
    * build-aux/speedo.mk (speedo_pkg_gpgme_configure): Remove
    --disable-w32-qt option.
    --
    
    This option is obsolete since GPGME 1.7 (in 2016)
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 5ec5823..d0f97f3 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -521,12 +521,12 @@ endif
 # The LDFLAGS is needed for -lintl for glib.
 ifeq ($(WITH_GUI),1)
 speedo_pkg_gpgme_configure = \
-	--enable-static --enable-w32-glib --disable-w32-qt \
+	--enable-static --enable-w32-glib  \
 	--with-gpg-error-prefix=$(idir) \
 	LDFLAGS=-L$(idir)/lib
 else
 speedo_pkg_gpgme_configure = \
-	--disable-static --disable-w32-glib --disable-w32-qt \
+	--disable-static --disable-w32-glib \
 	--with-gpg-error-prefix=$(idir) \
 	LDFLAGS=-L$(idir)/lib
 endif

-----------------------------------------------------------------------

Summary of changes:
 build-aux/speedo.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list