nftables: disable dblatex check
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 6 May 2014 10:59:45 +0000 (12:59 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 6 May 2014 15:10:05 +0000 (17:10 +0200)
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>
package/nftables/nftables.mk

index 1cfeeeb4d886f7e01ffea4eea4ddbec4cc13789e..4cfffd12145bbe02db66288cb4c77c481b9bed85 100644 (file)
@@ -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))