summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2014-05-06 12:59:45 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-06 17:10:05 +0200
commit9542bd4104ff0da22c60f787a900c83be8550a19 (patch)
treeeda1589389f6e9e6760e8f656aff585c5adf92a1
parent00dd2354f7f71420ce0766fe46cd7f468cc72562 (diff)
downloadbuildroot-9542bd4104ff0da22c60f787a900c83be8550a19.tar.gz
buildroot-9542bd4104ff0da22c60f787a900c83be8550a19.zip
nftables: disable dblatex check
On the systems with old dblatex (for example 3.0) the build step will fail, because dblatex doesn't support '-q' parameter. This patch overrides dblatex check. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/nftables/nftables.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index 1cfeeeb4d8..4cfffd1214 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -12,4 +12,6 @@ NFTABLES_DEPENDENCIES = gmp libmnl libnftnl readline host-bison host-flex \
NFTABLES_LICENSE = GPLv2
NFTABLES_LICENSE_FILES = COPYING
+NFTABLES_CONF_ENV = ac_cv_prog_CONFIG_PDF=no
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud