summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2022-11-17 17:45:15 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2022-12-21 14:59:04 +0100
commit2170542fd6a76ee7ee2bc20791c85f7e2b3a0399 (patch)
tree7c93dcb0a2a75c4ade3f11679d067f1fd1eb9d08 /TARGETS
parentc968630ba15a2d1562c5663f0ea8e947dcc81126 (diff)
downloadjustbuild-2170542fd6a76ee7ee2bc20791c85f7e2b3a0399.tar.gz
External: Add libarchive dependency
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS36
1 files changed, 36 insertions, 0 deletions
diff --git a/TARGETS b/TARGETS
index 72ca23d1..5e653f0b 100644
--- a/TARGETS
+++ b/TARGETS
@@ -152,6 +152,42 @@
}
}
}
+, "libarchive":
+ { "type": "configure"
+ , "target": ["@", "libarchive", "", "archive"]
+ , "config":
+ { "type": "let*"
+ , "bindings":
+ [ ["ENABLE_LIBB2", false]
+ , ["ENABLE_LZ4", false]
+ , ["ENABLE_LZMA", false]
+ , ["ENABLE_ZSTD", false]
+ , ["ENABLE_LIBXML2", false]
+ , ["ENABLE_EXPAT", false]
+ , ["ENABLE_PCREPOSIX", false]
+ , ["ENABLE_LibGCC", false]
+ , ["ENABLE_CNG", false]
+ , ["XATTR_PROVIDER", "gnu"]
+ , ["ENABLE_ACL", false]
+ ]
+ , "body":
+ { "type": "env"
+ , "vars":
+ [ "ENABLE_LIBB2"
+ , "ENABLE_LZ4"
+ , "ENABLE_LZMA"
+ , "ENABLE_ZSTD"
+ , "ENABLE_LIBXML2"
+ , "ENABLE_EXPAT"
+ , "ENABLE_PCREPOSIX"
+ , "ENABLE_LibGCC"
+ , "ENABLE_CNG"
+ , "XATTR_PROVIDER"
+ , "ENABLE_ACL"
+ ]
+ }
+ }
+ }
, "just-ext-hdrs":
{ "type": "configure"
, "arguments_config": ["OS", "ARCH"]