From 8061efe6da6c51576b08defe61f20e5ce705fac2 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 18 Jan 2011 14:54:44 +0100 Subject: wxwidgets: Alter CFLAGS and CXXFLAGS Append -fPIC in order to fix build for mipsel (and maybe additional architectures). Signed-off-by: Florian Boor --- recipes/wxwidgets/wxwidgets_2.9.0.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit 1.2.3-korg