Skip to content

Commit

Permalink
gpg2: remove tools/gpg-connect-agent bin, build with --disable-libdns…
Browse files Browse the repository at this point in the history
… option
  • Loading branch information
tlaurion committed Jun 27, 2023
1 parent b849cc0 commit e14b869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gpg2
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ gpg2_configure := \
--disable-gnutls \
--disable-dirmngr \
--disable-ntbtls \
--disable-libdns \
--disable-zip \
--disable-sqlite \
--disable-gpgsm \
Expand All @@ -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)

0 comments on commit e14b869

Please sign in to comment.