norm: fix build failure with old headers
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 31 Mar 2016 13:45:38 +0000 (10:45 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Mar 2016 16:15:46 +0000 (18:15 +0200)
commit117af296f819f26599985eff2521d829bfc61c91
tree62a1d7fd238c0144dab88fc8b94719f3339278a4
parentbfc26dd81b62da45291d38543a313f18ff729dc1
norm: fix build failure with old headers

The version check for the nfq_get_payload prototype is wrong since it's
done against linux headers when in fact it changed with the 1.0.0
release of libnetfilter_queue, leading to build failure in toolchains
that have old headers when libnetfilter_queue is present. Fixes:
http://autobuild.buildroot.net/results/c0e/c0e897a6db888d4a7e0302cdc1e0cbec7d1e88f3/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/norm/0002-protolib-drop-linux-version-check.patch [new file with mode: 0644]