gpg2: remove tools/gpg-connect-agent bin, build with --disable-libdns option

This commit is contained in:
Thierry Laurion 2023-06-26 08:45:21 -04:00
parent b849cc022e
commit e14b869f90
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -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)