mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
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>
This commit is contained in:
parent
8be9dab2dd
commit
e7171f5595
@ -172,7 +172,7 @@ speedo_spkgs = \
|
|||||||
|
|
||||||
ifeq ($(TARGETOS),w32)
|
ifeq ($(TARGETOS),w32)
|
||||||
speedo_spkgs += \
|
speedo_spkgs += \
|
||||||
zlib bzip2 adns libiconv
|
zlib bzip2 adns libiconv libsqlite3
|
||||||
ifeq ($(WITH_GUI),1)
|
ifeq ($(WITH_GUI),1)
|
||||||
speedo_spkgs += gettext
|
speedo_spkgs += gettext
|
||||||
endif
|
endif
|
||||||
@ -324,6 +324,7 @@ endif
|
|||||||
# Version number for external packages
|
# Version number for external packages
|
||||||
pkg_config_ver = 0.23
|
pkg_config_ver = 0.23
|
||||||
libiconv_ver = 1.14
|
libiconv_ver = 1.14
|
||||||
|
libsqlite3_ver = 3120000
|
||||||
gettext_ver = 0.18.2.1
|
gettext_ver = 0.18.2.1
|
||||||
libffi_ver = 3.0.13
|
libffi_ver = 3.0.13
|
||||||
glib_ver = 2.34.3
|
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_bzip2_tar = $(pkgrep)/bzip2/bzip2-$(bzip2_ver).tar.gz
|
||||||
speedo_pkg_adns_tar = $(pkg10rep)/adns/adns-$(adns_ver).tar.bz2
|
speedo_pkg_adns_tar = $(pkg10rep)/adns/adns-$(adns_ver).tar.bz2
|
||||||
speedo_pkg_libiconv_tar = $(pkg2rep)/libiconv-$(libiconv_ver).tar.gz
|
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_gettext_tar = $(pkg2rep)/gettext-$(gettext_ver).tar.gz
|
||||||
speedo_pkg_libffi_tar = $(pkg2rep)/libffi-$(libffi_ver).tar.gz
|
speedo_pkg_libffi_tar = $(pkg2rep)/libffi-$(libffi_ver).tar.gz
|
||||||
speedo_pkg_glib_tar = $(pkg2rep)/glib-$(glib_ver).tar.xz
|
speedo_pkg_glib_tar = $(pkg2rep)/glib-$(glib_ver).tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user