libsdl-gfx_2.0.11: Fix build by exposing LDFLAGS.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 27 Oct 2009 21:45:38 +0000 (21:45 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Oct 2009 09:16:30 +0000 (10:16 +0100)
recipes/libsdl/libsdl-gfx_2.0.11.bb

index 7126757..265d694 100644 (file)
@@ -9,6 +9,8 @@ S = "${WORKDIR}/SDL_gfx-${PV}"
 
 inherit autotools
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 EXTRA_OECONF = "--disable-mmx"
 
 do_stage() {