diff mbox

pax-utils: needs largefile support

Message ID 1403109024-16137-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 39e4bf8abba9c9d2f308019b029ced1faa2f9350
Headers show

Commit Message

Gustavo Zacarias June 18, 2014, 4:30 p.m. UTC
Fixes:
http://autobuild.buildroot.net/results/2f8/2f833cc285eac99daba96949b9601f4e64b6f6be/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/pax-utils/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Korsgaard June 18, 2014, 10 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/2f8/2f833cc285eac99daba96949b9601f4e64b6f6be/

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/pax-utils/Config.in b/package/pax-utils/Config.in
index 58100e4..2591e2f 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