This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 7b054153eccbf0843fbbfb131855f56ea5c695e0 (commit)
from 2294f2fdffcf724cc28653976b8029351e41fd77 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b054153eccbf0843fbbfb131855f56ea5c695e0
Author: Gabriele Giacone <[email protected]>
Date: Thu Mar 20 10:44:20 2014 +0100
Make bz2 and gz support optional
* config.make.in (HAVE_LIBBZ2, HAVE_LIBZ): New variables.
* configure.ac (--without-libbz2, --without-libz): New options.
* ext2fs/Makefile (OTHERLIBS): Make -lbz2 and -lz optional.
* fatfs/Makefile (OTHERLIBS): Likewise.
* isofs/Makefile (OTHERLIBS): Likewise.
* libstore/Makefile (maybe_part): Remove variable.
(store-types): Add part, bunzip2 and gunzip support conditionnally.
(LDLIBS): Make -lbz2 and -lz optional.
(OBJS): Add GUNZIP_OBJS and BUNZIP2_OBJS optional.
-----------------------------------------------------------------------
Summary of changes:
config.make.in | 6 ++++++
configure.ac | 23 +++++++++++++++++++----
ext2fs/Makefile | 2 +-
fatfs/Makefile | 2 +-
isofs/Makefile | 2 +-
libstore/Makefile | 20 +++++++++++---------
6 files changed, 39 insertions(+), 16 deletions(-)
hooks/post-receive
--
Hurd