netplug: add two patches to fix musl build issues
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 5 Aug 2016 20:52:36 +0000 (22:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Aug 2016 21:48:13 +0000 (23:48 +0200)
commit225e1681cc000d904e5e98a3fcff974aac4e8d71
treeeb6b7e74df7018edc18f31e93e862598e9a5ddcc
parent0bb83105d2a2915bd59455831fed081eb80c8dda
netplug: add two patches to fix musl build issues

This commit adds two patches to netplug that are needed for this package
to build with musl:

 - One patch to add a missing header inclusion
 - One patch to fix a conflicting prototype on __assert_fail().

Fixes:

  http://autobuild.buildroot.net/results/c2a5dfedba46cc8eb3d0c5c43f1f76fe0bb1805f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/netplug/0002-add-missing-time-include.patch [new file with mode: 0644]
package/netplug/0003-remove-assert-fail.patch [new file with mode: 0644]