summaryrefslogtreecommitdiffstats
path: root/rules/libarchive.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-18 20:27:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-11-25 06:45:06 +0100
commit7a448375df59af2d5bff27913f66051ae4223f9b (patch)
tree424c266815a4f884d23cca7776e970a138d11e23 /rules/libarchive.make
parent1145d7131ec55421ced02856344de900fcb1eac7 (diff)
downloadptxdist-7a448375df59af2d5bff27913f66051ae4223f9b.tar.gz
ptxdist-7a448375df59af2d5bff27913f66051ae4223f9b.tar.xz
libarchive: version bump 3.0.4 -> 3.1.2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libarchive.make')
-rw-r--r--rules/libarchive.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/libarchive.make b/rules/libarchive.make
index ed98c5c5e..8bf25ef3e 100644
--- a/rules/libarchive.make
+++ b/rules/libarchive.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBARCHIVE) += libarchive
#
# Paths and names
#
-LIBARCHIVE_VERSION := 3.0.4
-LIBARCHIVE_MD5 := af443ca9a10ddbcbf00f7ae34ca7fc16
+LIBARCHIVE_VERSION := 3.1.2
+LIBARCHIVE_MD5 := efad5a503f66329bb9d2f4308b5de98a
LIBARCHIVE := libarchive-$(LIBARCHIVE_VERSION)
LIBARCHIVE_SUFFIX := tar.gz
LIBARCHIVE_URL := http://www.libarchive.org/downloads/$(LIBARCHIVE).$(LIBARCHIVE_SUFFIX)
@@ -38,6 +38,7 @@ LIBARCHIVE_CONF_OPT := \
--$(call ptx/endis, PTXCONF_LIBARCHIVE_BSDTAR)-bsdtar \
--$(call ptx/endis, PTXCONF_LIBARCHIVE_BSDCPIO)-bsdcpio \
--disable-rpath \
+ --enable-posix-regex-lib=libc \
--disable-xattr \
--disable-acl \
$(GLOBAL_LARGE_FILE_OPTION) \
@@ -46,11 +47,11 @@ LIBARCHIVE_CONF_OPT := \
--with-lzmadec \
--without-iconv \
--$(call ptx/wwo, PTXCONF_LIBARCHIVE_LZMA)-lzma \
+ --without-lzo2 \
--without-nettle \
--without-openssl \
--without-xml2 \
- --without-expat \
- --without-libregex
+ --without-expat
# ----------------------------------------------------------------------------
# Target-Install