speedo: Use --disable-ntbtls for gnupg for now.

--
This commit is contained in:
Werner Koch 2014-10-31 21:33:18 +01:00
parent f4df71aa2d
commit 794a687be0
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ speedo_pkg_libgcrypt_configure = --disable-static
speedo_pkg_libksba_configure = --disable-static
ifeq ($(TARGETOS),w32)
speedo_pkg_gnupg_configure = --enable-gpg2-is-gpg --disable-g13
speedo_pkg_gnupg_configure = --enable-gpg2-is-gpg --disable-g13 --disable-ntbtls
else
speedo_pkg_gnupg_configure = --disable-g13
endif