]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: additional include path required after UAPI changes
authorPhil Oester <kernel@linuxace.com>
Sun, 21 Jul 2013 15:30:49 +0000 (08:30 -0700)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 24 Jul 2013 18:45:08 +0000 (20:45 +0200)
commit59bbc59fd2fbbb7a51ed19945d82172890bc40f9
tree382507445e3f96e9ae4b65fe5bf336ee20e5be10
parent7b26bafb9be05a23b47653640aadbb61d0032665
build: additional include path required after UAPI changes

After kernel commit 607ca46e (UAPI: (Scripted) Disintegrate
include/linux), using the "--with-kernel" argument to build iptables
stopped working due to the missing #ifdefs in the original files.
We need to make sure the UAPI include dir is listed before the
original location. Leaving both allows support for old and new
kernels.

This fixes bug #833.

Signed-off-by: Phil Oester <kernel@linuxace.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac