diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:31 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:31 +0900 |
commit | 8601db8a702e59fe82e777c44d09d7d0a1326cb8 (patch) | |
tree | b97bfe7674b331456f8810f9a6bab5a5a7815af5 /build-aux | |
parent | 2139edc88d3496b81f2da0efead0f8111b6696fb (diff) | |
download | gpg2-8601db8a702e59fe82e777c44d09d7d0a1326cb8.tar.gz gpg2-8601db8a702e59fe82e777c44d09d7d0a1326cb8.tar.bz2 gpg2-8601db8a702e59fe82e777c44d09d7d0a1326cb8.zip |
Imported Upstream version 2.2.4upstream/2.2.4
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 7276787..2b3b72b 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++ |