summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-04-27 20:09:05 +0000
committerkientzle <kientzle@FreeBSD.org>2009-04-27 20:09:05 +0000
commit9d6bfffd74de63bbb2b4e0a9fa02dba3bd33d8dd (patch)
tree394283962dd64a06f5afb168cd090700cdf43f4f /lib/libarchive/test/Makefile
parent57c7fbd32383b60b96d3614adf031e3e4471c4d1 (diff)
downloadFreeBSD-src-9d6bfffd74de63bbb2b4e0a9fa02dba3bd33d8dd.zip
FreeBSD-src-9d6bfffd74de63bbb2b4e0a9fa02dba3bd33d8dd.tar.gz
Merge r990,r1044 from libarchive.googlecode.com:
read_support_format_raw() allows people to exploit libarchive's automatic decompression support by simply stubbing out the archive format handler. The raw handler is not enabled by support_format_all(), of course. It bids 1 on any non-empty input and always returns a single entry named "data" with no properties set.
Diffstat (limited to 'lib/libarchive/test/Makefile')
-rw-r--r--lib/libarchive/test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index 59346f5..dec95fd 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -55,6 +55,7 @@ TESTS= \
test_read_format_isorr_bz2.c \
test_read_format_mtree.c \
test_read_format_pax_bz2.c \
+ test_read_format_raw.c \
test_read_format_tar.c \
test_read_format_tar_empty_filename.c \
test_read_format_tbz.c \
@@ -118,8 +119,8 @@ CFLAGS+= -I${LA_SRCDIR} -I.
#LDADD+= -L/usr/local/lib -llzmadec
# Uncomment to build and test lzma and xz support via liblzma
-CFLAGS+= -I/usr/local/include -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1
-LDADD+= -L/usr/local/lib -llzma
+#CFLAGS+= -I/usr/local/include -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1
+#LDADD+= -L/usr/local/lib -llzma
# Uncomment to link against dmalloc
#LDADD+= -L/usr/local/lib -ldmalloc
OpenPOWER on IntegriCloud