From e14b869f90c32b7c9ba9a65a04cd4aedf2425074 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 26 Jun 2023 08:45:21 -0400 Subject: [PATCH] gpg2: remove tools/gpg-connect-agent bin, build with --disable-libdns option --- modules/gpg2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gpg2 b/modules/gpg2 index 2a40c976..3360dd3c 100644 --- a/modules/gpg2 +++ b/modules/gpg2 @@ -42,6 +42,7 @@ gpg2_configure := \ --disable-gnutls \ --disable-dirmngr \ --disable-ntbtls \ + --disable-libdns \ --disable-zip \ --disable-sqlite \ --disable-gpgsm \ @@ -54,6 +55,6 @@ gpg2_target := $(MAKE_JOBS) \ DESTDIR="$(INSTALL)" \ install -gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon tools/gpg-connect-agent +gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon gpg2_depends := libgpg-error libgcrypt libksba libassuan npth libusb-compat $(musl_dep)