We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b849cc0 commit e14b869Copy full SHA for e14b869
1 file changed
modules/gpg2
@@ -42,6 +42,7 @@ gpg2_configure := \
42
--disable-gnutls \
43
--disable-dirmngr \
44
--disable-ntbtls \
45
+ --disable-libdns \
46
--disable-zip \
47
--disable-sqlite \
48
--disable-gpgsm \
@@ -54,6 +55,6 @@ gpg2_target := $(MAKE_JOBS) \
54
55
DESTDIR="$(INSTALL)" \
56
install
57
-gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon tools/gpg-connect-agent
58
+gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon
59
60
gpg2_depends := libgpg-error libgcrypt libksba libassuan npth libusb-compat $(musl_dep)
0 commit comments