package/libnetfilter-log: fix build on musl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 21 Jul 2021 21:45:17 +0000 (23:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Jul 2021 21:27:04 +0000 (23:27 +0200)
commit3529c0c3f5ed15e46fa2636c583a2204581bde0c
treebb262dfa76c9e1ee66d0c4a4bdeb9456b1f1043e
parent2ce779f91819941c0b34a1d3821cad7575415b3e
package/libnetfilter-log: fix build on musl

Add upstream patches to fix the following build failure with suricata
raised since bump to version 6.0.3 in commit
4c429c3f8c322381991a58fcc37c01da9eb5e8a6

checking for libnetfilter_log/libnetfilter_log.h... no
configure: error: libnetfilter_log.h not found ...

Fixes:
 - http://autobuild.buildroot.org/results/0b960f40b5d7e4bb0c4ba20638fe66a9e0964ab3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libnetfilter_log/0002-Add-include-needed-for-integer-type-definition.patch [new file with mode: 0644]
package/libnetfilter_log/0003-src-Use-stdint-types-everywhere.patch [new file with mode: 0644]
package/libnetfilter_log/0004-include-Sync-with-current-kernel-headers.patch [new file with mode: 0644]