package/multicat: add patch to fix musl build
commite314205dadf94b4fc73679278b89099fd920c724
authorJörg Krause <joerg.krause@embedded.rocks>
Sat, 19 Mar 2016 23:41:45 +0000 (20 00:41 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Mar 2016 14:10:56 +0000 (20 15:10 +0100)
tree5584cb6d2f77897da3d446e8cdb8893506133a85
parent9958234bed8e9a07a43f2398c63ddb8ef0d939a3
package/multicat: add patch to fix musl build

Add a patch to fix two musl build issues:
  1) `struct udphdr` requires definition of `_GNU_SOURCE`
  2) `mode_t` requires including <sys/types.h>

Fixes:
http://autobuild.buildroot.net/results/9f1/9f1a3f3aab854f1bd20f1064391e613457312022/

Upstream status: Pending [1]

[1] https://mailman.videolan.org/pipermail/multicat-devel/2016-March/000126.html

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/multicat/0002-Fix-musl-build.patch [new file with mode: 0644]