package/opentyrian: fix build on bfin
authorRomain Naour <romain.naour@openwide.fr>
Fri, 20 Feb 2015 00:00:38 +0000 (01:00 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 20 Feb 2015 08:23:16 +0000 (09:23 +0100)
commit120a3efeec66dbbade3d8213682c0a8940c906eb
treeec3111114cb1d25c806f6ec77f79ae114fdebdad
parent5f3fdb853491c198f9f95c77a56a79cdf427a4a0
package/opentyrian: fix build on bfin

There is a conflict with the _strchrnul symbole from mingw_fixes.c
and the one from uClibc.

Add a guard around strchrnul function for unix systems.

Fixes:
http://autobuild.buildroot.net/results/a08/a085fb55269971e3c7b8ae8c167e7330c3c042a5/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/opentyrian/0001-mingw_fixes-don-t-redefine-strchrnul-for-unix-system.patch [new file with mode: 0644]