summaryrefslogtreecommitdiffstats
path: root/rules/host-acl.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 12:41:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 12:58:51 +0200
commit97b9996e49cdfea9c123addae4c2192ffd179b24 (patch)
tree32449f199ef93cc1e9a2884a8871bb783de71d4a /rules/host-acl.make
parent10eafd629720672ce099898b460aae3d3a3d9e5d (diff)
downloadptxdist-97b9996e49cdfea9c123addae4c2192ffd179b24.tar.gz
ptxdist-97b9996e49cdfea9c123addae4c2192ffd179b24.tar.xz
host-acl: ignore gettext
Otherwise configure will fail if gettext is not available. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-acl.make')
-rw-r--r--rules/host-acl.make6
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/host-acl.make b/rules/host-acl.make
index c84230368..75eb48f2a 100644
--- a/rules/host-acl.make
+++ b/rules/host-acl.make
@@ -18,7 +18,11 @@ HOST_PACKAGES-$(PTXCONF_HOST_ACL) += host-acl
# Prepare
# ----------------------------------------------------------------------------
-HOST_ACL_ENV := $(HOST_ENV)
+HOST_ACL_ENV := \
+ $(HOST_ENV) \
+ ac_cv_path_MSGFMT=: \
+ ac_cv_path_MSGMERGE=: \
+ ac_cv_path_XGETTEXT=:
# don't use := here
HOST_ACL_INSTALL_OPT = \