mtd: fix build against recent uClibc 0.9.33
authorBaruch Siach <baruch@tkos.co.il>
Tue, 15 Apr 2014 20:37:57 +0000 (23:37 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Apr 2014 17:12:43 +0000 (19:12 +0200)
commitf98721c2abb88fbdd128e14a0142a877b9bee3ad
tree9d2914f566efaaf64f6fa7075f434f7c9559caf9
parentea737fb100785b3b5756dad320db04062261fd04
mtd: fix build against recent uClibc 0.9.33

Commit fae7cc33a1 added a local rpmatch() implementation. However, the
rpmatch() implementation was backported to the 0.9.33 branch, thus breaking
the Buildroot default toolchain. Rename the local rpmatch() to avoid
collision.

Fixes:
http://autobuild.buildroot.net/results/51f/51fe39bd942e4d8d0045ac810708719b9459e21f/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mtd/mtd-01-Fix-rpmatch-call-under-uClibc.patch [new file with mode: 0644]
package/mtd/mtd-01-include-common.h-fix-build-against-current-uClibc.patch [deleted file]