summaryrefslogtreecommitdiffstats
path: root/rules/host-mtd-utils.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-03-14 16:21:30 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-03-29 12:40:19 +0200
commit5a0cb3815ccf560f8e3390fd07d7763580ca7125 (patch)
treeb0757ccf8627b9eaaeae60d5b810ebc0c2cd4beb /rules/host-mtd-utils.in
parenteac07d3a5047316b3e1958c8a72ba6da729c3f4a (diff)
downloadptxdist-5a0cb3815ccf560f8e3390fd07d7763580ca7125.tar.gz
ptxdist-5a0cb3815ccf560f8e3390fd07d7763580ca7125.tar.xz
host-mtd-utils: add missing dependency to ACL
Without this dependency it fails to build with: mkfs.jffs2.c:70:21: fatal error: sys/acl.h: No such file or directory #include <sys/acl.h> ^ compilation terminated. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-mtd-utils.in')
-rw-r--r--rules/host-mtd-utils.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in
index d16a66458..d1acd42f9 100644
--- a/rules/host-mtd-utils.in
+++ b/rules/host-mtd-utils.in
@@ -3,6 +3,7 @@
config HOST_MTD_UTILS
tristate
+ select HOST_ACL
select HOST_ATTR
select HOST_LIBLZO
select HOST_LIBUUID