From 9542bd4104ff0da22c60f787a900c83be8550a19 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Tue, 6 May 2014 12:59:45 +0200 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard --- package/nftables/nftables.mk | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.30.2