mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] host-mtd-utils: add missing dependency to ACL
Date: Mon, 14 Mar 2016 16:21:30 +0100	[thread overview]
Message-ID: <201603141621.31288.jbe@pengutronix.de> (raw)

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

                 reply	other threads:[~2016-03-14 15:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201603141621.31288.jbe@pengutronix.de \
    --to=jbe@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox