Skip to content

Commit e14b869

Browse files
committed
gpg2: remove tools/gpg-connect-agent bin, build with --disable-libdns option
1 parent b849cc0 commit e14b869

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/gpg2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ gpg2_configure := \
4242
--disable-gnutls \
4343
--disable-dirmngr \
4444
--disable-ntbtls \
45+
--disable-libdns \
4546
--disable-zip \
4647
--disable-sqlite \
4748
--disable-gpgsm \
@@ -54,6 +55,6 @@ gpg2_target := $(MAKE_JOBS) \
5455
DESTDIR="$(INSTALL)" \
5556
install
5657

57-
gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon tools/gpg-connect-agent
58+
gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon
5859

5960
gpg2_depends := libgpg-error libgcrypt libksba libassuan npth libusb-compat $(musl_dep)

0 commit comments

Comments
 (0)