]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Use pkg-config to obtain xtables.h path
authorBenjamin Poirier <bpoirier@suse.de>
Wed, 6 Feb 2013 11:19:24 +0000 (11:19 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Feb 2013 17:19:54 +0000 (09:19 -0800)
commit5ab3a4de5ec5d6451ad17b781ff25dfa1932587f
tree5c399364992a26fe5b2ca1e5bc6fc89e6f758587
parent1cb6a110d676cb261bedf2ba0103209fcbbc4367
Use pkg-config to obtain xtables.h path

On openSUSE 12.2 (at least) xtables.h is not installed in the system-wide
include dir but in /usr/include/iptables-1.4.16.3/. This results in the
following build failure:
em_ipset.c:26:21: fatal error: xtables.h: No such file or directory

Other includers of xtables.h already call out to pkg-config
tc/Makefile