1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Include bzip2 code to ease building for W32.

* bzlib/: Include bzip2 code.
* configure.ac [W32]: Force use of included bzip2 code.
* scripts/autogen.sh <--build-w32>: Do not pass --with-bzip option.
* Makefile.am (SUBDIRS): Add bzip.  Use it only under W32.
--

In the past it happened that we forgot to build against bzip2 which is
a standard feature these days.  Having the source included makes sure
that we will always build with bzip2 support.
This commit is contained in:
Werner Koch 2012-01-13 10:57:42 +01:00
parent 3a22b622c8
commit 1575678710
18 changed files with 5831 additions and 13 deletions

View file

@ -94,9 +94,8 @@ if test "$1" = "--build-w32"; then
fi
[ $DIE = yes ] && exit 1
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
--with-bzip2=${w32root} \
${disable_foo_tests} $*
$tsdir/configure ${conf_CC} --build=${build} --host=${host}
${disable_foo_tests} $*
exit $?
fi