mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
1575678710
* 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.
10 lines
378 B
Plaintext
10 lines
378 B
Plaintext
This is a stripped down version of bzip2 - version 1.0.6.
|
|
|
|
It does not include any drivers but merely builds the libbz2.a
|
|
library. The source has been taken from www.bzip.org on 2010-09-23
|
|
and stripped down by g10 Code GmbH for use with Gpg4win and to be
|
|
included into the GnupG 1.4.12 source.
|
|
|
|
The only changed files are Makefile and bzlib.h (disabled Windows
|
|
specific code).
|