aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-12-07 15:29:29 +0000
committerWerner Koch <[email protected]>2017-12-07 15:29:29 +0000
commit5b8d12a8bde246f4c04e1981b21801965cc2638d (patch)
treef6aafb4cd10231ac6982274c4c78a69f90e2aae8
parentbuild: Do not define logging.h constants for libgpg-error dev versions. (diff)
downloadgnupg-5b8d12a8bde246f4c04e1981b21801965cc2638d.tar.gz
gnupg-5b8d12a8bde246f4c04e1981b21801965cc2638d.zip
speedo,w32: Disable FLTK pinentry.
--
Diffstat (limited to '')
-rw-r--r--build-aux/speedo.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 7276787e1..2b3b72b86 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -514,7 +514,10 @@ else
speedo_pkg_pinentry_configure = --enable-pinentry-gtk2
endif
speedo_pkg_pinentry_configure += \
- --disable-pinentry-qt4 \
+ --disable-pinentry-qt5 \
+ --disable-pinentry-qt \
+ --disable-pinentry-fltk \
+ --disable-pinentry-tty \
CPPFLAGS=-I$(idir)/include \
LDFLAGS=-L$(idir)/lib \
CXXFLAGS=-static-libstdc++