aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-gfx_2.0.11.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-10-27 21:45:38 +0000
committerKoen Kooi <koen@openembedded.org>2009-10-28 10:16:30 +0100
commite286301652c5051b73fa7d383ba25a01515ad74b (patch)
tree86752553fd08d43487f094bc8d75fa839ad5be69 /recipes/libsdl/libsdl-gfx_2.0.11.bb
parent4460e876e2cd536e41b93227e384544c875aaa71 (diff)
downloadopenembedded-e286301652c5051b73fa7d383ba25a01515ad74b.tar.gz
libsdl-gfx_2.0.11: Fix build by exposing LDFLAGS.
Diffstat (limited to 'recipes/libsdl/libsdl-gfx_2.0.11.bb')
-rw-r--r--recipes/libsdl/libsdl-gfx_2.0.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-gfx_2.0.11.bb b/recipes/libsdl/libsdl-gfx_2.0.11.bb
index 712675771a..265d694427 100644
--- a/recipes/libsdl/libsdl-gfx_2.0.11.bb
+++ b/recipes/libsdl/libsdl-gfx_2.0.11.bb
@@ -9,6 +9,8 @@ S = "${WORKDIR}/SDL_gfx-${PV}"
inherit autotools
+TARGET_CC_ARCH += "${LDFLAGS}"
+
EXTRA_OECONF = "--disable-mmx"
do_stage() {