diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-27 21:45:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-28 10:16:30 +0100 |
commit | e286301652c5051b73fa7d383ba25a01515ad74b (patch) | |
tree | 86752553fd08d43487f094bc8d75fa839ad5be69 /recipes/libsdl/libsdl-gfx_2.0.11.bb | |
parent | 4460e876e2cd536e41b93227e384544c875aaa71 (diff) |
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.bb | 2 |
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() { |