mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo: Build zlib, bzip2 and sqlite also on Unix.
-- This avoids extra build dependencies. Note that bzip2 is not necessary statically linked but an existing bzip2 SO might be used. We would need to fix the bzip2 SO building and also provide a gnupg configure option to build statically against bzip2.
This commit is contained in:
parent
bea31c845a
commit
154ecf17bd
@ -304,14 +304,9 @@ w32src := $(topsrc)/build-aux/speedo/w32
|
||||
# Fixme: Do we need to build pkg-config for cross-building?
|
||||
|
||||
speedo_spkgs = \
|
||||
libgpg-error npth libgcrypt
|
||||
|
||||
ifeq ($(TARGETOS),w32)
|
||||
speedo_spkgs += \
|
||||
zlib bzip2 sqlite
|
||||
endif
|
||||
|
||||
speedo_spkgs += libassuan libksba ntbtls gnupg
|
||||
libgpg-error npth libgcrypt \
|
||||
zlib bzip2 sqlite \
|
||||
libassuan libksba ntbtls gnupg
|
||||
|
||||
ifeq ($(STATIC),0)
|
||||
speedo_spkgs += gpgme
|
||||
@ -546,7 +541,7 @@ speedo_pkg_gnupg_configure = \
|
||||
else
|
||||
speedo_pkg_gnupg_configure = --disable-g13 --enable-wks-tools
|
||||
endif
|
||||
speedo_pkg_gnupg_extracflags = -g
|
||||
speedo_pkg_gnupg_extracflags =
|
||||
|
||||
# Create the version info files only for W32 so that they won't get
|
||||
# installed if for example INSTALL_PREFIX=/usr/local is used.
|
||||
|
Loading…
x
Reference in New Issue
Block a user