summaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-03-31 17:51:39 +0200
committerJustus Winter <justus@g10code.com>2016-03-31 17:51:39 +0200
commite7171f559590422cc52dbcb8d78d94569b31012f (patch)
treeed6eae34f1b80cbae24933465dac8686629d13ed /build-aux
parentg10: Use gpg-error abstraction of sched_yield. (diff)
downloadgnupg2-e7171f559590422cc52dbcb8d78d94569b31012f.tar.xz
gnupg2-e7171f559590422cc52dbcb8d78d94569b31012f.zip
speedo,w32: Build libsqlite3.
* build-aux/speedo.mk (speedo_spkgs): Add libsqlite3 on w32. (libsqlite3_ver): New variable. (speedo_pkg_libsqlite3_tar): Likewise. Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/speedo.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 5dde0fe0a..52d687184 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -172,7 +172,7 @@ speedo_spkgs = \
ifeq ($(TARGETOS),w32)
speedo_spkgs += \
- zlib bzip2 adns libiconv
+ zlib bzip2 adns libiconv libsqlite3
ifeq ($(WITH_GUI),1)
speedo_spkgs += gettext
endif
@@ -324,6 +324,7 @@ endif
# Version number for external packages
pkg_config_ver = 0.23
libiconv_ver = 1.14
+libsqlite3_ver = 3120000
gettext_ver = 0.18.2.1
libffi_ver = 3.0.13
glib_ver = 2.34.3
@@ -414,6 +415,7 @@ speedo_pkg_zlib_tar = $(pkgrep)/zlib/zlib-$(zlib_ver).tar.gz
speedo_pkg_bzip2_tar = $(pkgrep)/bzip2/bzip2-$(bzip2_ver).tar.gz
speedo_pkg_adns_tar = $(pkg10rep)/adns/adns-$(adns_ver).tar.bz2
speedo_pkg_libiconv_tar = $(pkg2rep)/libiconv-$(libiconv_ver).tar.gz
+speedo_pkg_libsqlite3_tar = $(pkg2rep)/sqlite-autoconf-$(libsqlite3_ver).tar.gz
speedo_pkg_gettext_tar = $(pkg2rep)/gettext-$(gettext_ver).tar.gz
speedo_pkg_libffi_tar = $(pkg2rep)/libffi-$(libffi_ver).tar.gz
speedo_pkg_glib_tar = $(pkg2rep)/glib-$(glib_ver).tar.xz