aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2011-01-18 14:54:44 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2012-09-27 15:54:10 +0200
commit8061efe6da6c51576b08defe61f20e5ce705fac2 (patch)
treebe03cb6065d1dedfdd51ca7843f7d33e8b497fdf
parent4e47ec749d392c6ab9dfe40a6d66ba76947b0354 (diff)
downloadopenembedded-8061efe6da6c51576b08defe61f20e5ce705fac2.tar.gz
wxwidgets: Alter CFLAGS and CXXFLAGS
Append -fPIC in order to fix build for mipsel (and maybe additional architectures). Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
-rw-r--r--recipes/wxwidgets/wxwidgets_2.9.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/wxwidgets/wxwidgets_2.9.0.bb b/recipes/wxwidgets/wxwidgets_2.9.0.bb
index 2ccefea349..1f999cc3c2 100644
--- a/recipes/wxwidgets/wxwidgets_2.9.0.bb
+++ b/recipes/wxwidgets/wxwidgets_2.9.0.bb
@@ -2,5 +2,8 @@ require wxwidgets-${PV}.inc
PR = "${INC_PR}.0"
+CXXFLAGS_append = " -fPIC"
+CFLAGS_append = " -fPIC"
+
SRC_URI[md5sum] = "09058928eeb72853142c062bdec056ce"
SRC_URI[sha256sum] = "8cf5c1dcf6357b2d27efd0c737b95baf1d2d1e88b5bf24560824b5eb6f2dc782"