1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00
gnupg/bzlib/README.1st
Werner Koch 1575678710 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.
2012-01-13 10:57:42 +01:00

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).