[git] GnuPG - branch, master, updated. gnupg-2.2.1-64-g1651310
by Werner Koch
cvs at cvs.gnupg.org
Thu Nov 2 17:00:15 CET 2017
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 16513102036a91aa46741260b3af0d42a25941e0 (commit)
from 5e96fe72e477d09e35ccee48af0fd9ab2b3ae409 (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 16513102036a91aa46741260b3af0d42a25941e0
Author: Werner Koch <wk at gnupg.org>
Date: Thu Nov 2 16:51:37 2017 +0100
build: Remove configure options --disable-gpg
--
gpg is used by several other components as well as from the test
suite. We need it.
GnuPG-bug-id: 3479
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/configure.ac b/configure.ac
index ebd0c2f..119a95f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,8 @@ use_tls_library=no
large_secmem=no
show_tor_support=no
-GNUPG_BUILD_PROGRAM(gpg, yes)
+# gpg is a required part and can't be disabled anymore.
+build_gpg=yes
GNUPG_BUILD_PROGRAM(gpgsm, yes)
# The agent is a required part and can't be disabled anymore.
build_agent=yes
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list