mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] host-mtd-utils: add missing dependency to ACL
@ 2016-03-14 15:21 Juergen Borleis
  0 siblings, 0 replies; only message in thread
From: Juergen Borleis @ 2016-03-14 15:21 UTC (permalink / raw)
  To: ptxdist

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>

diff --git a/rules/host-acl.in b/rules/host-acl.in
index d896f50f23ce..0b0a2ffbdc11 100644
--- a/rules/host-acl.in
+++ b/rules/host-acl.in
@@ -1,4 +1,5 @@
 ## SECTION=hosttools_noprompt
+## SECTION=hosttools_platform
 
 config HOST_ACL
 	tristate
diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in
index d16a6645867c..d1acd42f97ea 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

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-14 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-14 15:21 [ptxdist] host-mtd-utils: add missing dependency to ACL Juergen Borleis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox