From cb3baab306e5951dc3a176fd9061f596a05b4729 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 15 Nov 2009 18:32:03 +0100 Subject: Rebase libarchive to 2.7.1 --- libarchive/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libarchive/Makefile') diff --git a/libarchive/Makefile b/libarchive/Makefile index b375dfb..85cad7e 100644 --- a/libarchive/Makefile +++ b/libarchive/Makefile @@ -3,7 +3,7 @@ DESTDIR = /usr INSTALL=install -c INSTALL_DATA = ${INSTALL} -m 644 DIR_COMMON=../common/ -DIR_LIBARCHIVE=./libarchive-2.5.5 +DIR_LIBARCHIVE=./libarchive-2.7.1 # compiler options CC = gcc @@ -41,7 +41,7 @@ lib_libarchive_compile: @which uudecode > /dev/null || exit 1; @if test ! -f "$(DIR_LIBARCHIVE)/.libs/libarchive.a"; then \ echo "Building libarchive..."; echo; \ - (cd "$(DIR_LIBARCHIVE)" && ./configure --enable-static --disable-shared --disable-bsdtar --disable-bsdcpio --with-pic && $(MAKE)) || exit 1; \ + (cd "$(DIR_LIBARCHIVE)" && CFLAGS="-Wall" ./configure --enable-static --disable-shared --disable-bsdtar --disable-bsdcpio --with-pic && $(MAKE)) || exit 1; \ echo; echo "Libarchive build successful"; echo; \ fi; -- cgit v1.2.3