Fix matchbox build
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 27 Oct 2008 15:15:52 +0000 (15:15 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 27 Oct 2008 15:15:52 +0000 (15:15 -0000)
commit3d098dd6222e5d6a6dfb17d5ff38ecb377727dc6
treeb9764b874f6d2b76dad5ea7c10f83a4321cdee9f
parent9042d9294308916e44a337a79236d59fc85c2bcd
Fix matchbox build

Fix matchbox build

This patch fixes various failures in the Matchbox build:

 * libmatchbox and matchbox-panel were using a now legacy index()
   function, which is not part of every uClibc build nowadays
   (depending on the configuration). As this function doesn't exist
   anymore in all builds, use strchr() instead, which is the
   recommended replacement for index(). Two patches, one for
   libmatchbox, one for matchbox-panel, are added to fix this problem.

   Closes bug http://bugs.uclibc.org/view.php?id=5484

 * Do not override the CFLAGS and LDFLAGS values, they are already set
   by TARGET_CONFIGURE_OPTS. It caused build failures.

 * Mangle the library paths in the .la file of libmatchbox, after
   installation in the staging dir.

It would probably be nice to switch Matchbox over to the new
Makefile.autotools.in.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/matchbox/libmatchbox-1.9-index-is-legacy.patch [new file with mode: 0644]
package/matchbox/matchbox-panel-0.9.3-index-is-legacy.patch [new file with mode: 0644]
package/matchbox/matchbox.mk