summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-18 13:30:24 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-18 23:59:47 +0200
commit39e4bf8abba9c9d2f308019b029ced1faa2f9350 (patch)
treec13796a7996553d7d57d3bd3ed7fab4648c96449
parentd12baed614b0cbd9a6c7c87a2220d663c0b9a94f (diff)
pax-utils: needs largefile support
Fixes: http://autobuild.buildroot.net/results/2f8/2f833cc285eac99daba96949b9601f4e64b6f6be/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/pax-utils/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/pax-utils/Config.in b/package/pax-utils/Config.in
index 58100e482..2591e2fbe 100644
--- a/package/pax-utils/Config.in
+++ b/package/pax-utils/Config.in
@@ -1,7 +1,11 @@
config BR2_PACKAGE_PAX_UTILS
bool "pax-utils"
+ depends on BR2_LARGEFILE
help
ELF related utils for ELF 32/64 binaries that can check files
for security relevant properties.
http://www.gentoo.org/proj/en/hardened/pax-utils.xml
+
+comment "pax-utils needs a toolchain w/ largefile"
+ depends on !BR2_LARGEFILE