summaryrefslogtreecommitdiffstats
path: root/rules/host-libarchive.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-18 08:56:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-11-25 06:45:06 +0100
commit22ae6a348f95bc6f9c7895a71cb81d1149f74322 (patch)
tree2f2af575209f6be98235b17cd1fa90c42c153f51 /rules/host-libarchive.make
parent7a448375df59af2d5bff27913f66051ae4223f9b (diff)
downloadptxdist-22ae6a348f95bc6f9c7895a71cb81d1149f74322.tar.gz
ptxdist-22ae6a348f95bc6f9c7895a71cb81d1149f74322.tar.xz
host-libarchive: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libarchive.make')
-rw-r--r--rules/host-libarchive.make45
1 files changed, 45 insertions, 0 deletions
diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make
new file mode 100644
index 000000000..0f992979e
--- /dev/null
+++ b/rules/host-libarchive.make
@@ -0,0 +1,45 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2015 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_LIBARCHIVE) += host-libarchive
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBARCHIVE_CONF_TOOL := autoconf
+HOST_LIBARCHIVE_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-static \
+ --disable-bsdtar \
+ --disable-bsdcpio \
+ --disable-rpath \
+ --enable-posix-regex-lib=libc \
+ --disable-xattr \
+ --disable-acl \
+ --with-zlib \
+ --without-bz2lib \
+ --without-lzmadec \
+ --without-iconv \
+ --without-lzma \
+ --without-lzo2 \
+ --without-nettle \
+ --without-openssl \
+ --without-xml2 \
+ --without-expat
+
+
+# vim: syntax=make