diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-05-26 20:22:30 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-05-26 20:22:30 +0000 |
commit | 17b4ebefba0e3ba22cc59a2532c1c190b10fa7ca (patch) | |
tree | 773f71e8fffff0aca551877cb077269dd52cd6ed /recipes/libsdl | |
parent | 42eb49a394e688611ddae524831983fccee4ecbf (diff) |
libsdl-ttf: GNU HASH QA fix.
Diffstat (limited to 'recipes/libsdl')
-rw-r--r-- | recipes/libsdl/libsdl-ttf_2.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-ttf_2.0.3.bb b/recipes/libsdl/libsdl-ttf_2.0.3.bb index 250fb698ce..b1da5b47f8 100644 --- a/recipes/libsdl/libsdl-ttf_2.0.3.bb +++ b/recipes/libsdl/libsdl-ttf_2.0.3.bb @@ -11,6 +11,8 @@ S = "${WORKDIR}/SDL_ttf-${PV}" inherit autotools +TARGET_CC_ARCH += "${LDFLAGS}" + do_stage() { autotools_stage_all } |