[oe-commits] Florian Boor : wxwidgets: Alter CFLAGS and CXXFLAGS

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 14:02:30 UTC 2012


Module: openembedded.git
Branch: master
Commit: 8061efe6da6c51576b08defe61f20e5ce705fac2
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=8061efe6da6c51576b08defe61f20e5ce705fac2

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Tue Jan 18 14:54:44 2011 +0100

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 at kernelconcepts.de>

---

 recipes/wxwidgets/wxwidgets_2.9.0.bb |    3 +++
 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 2ccefea..1f999cc 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"





More information about the Openembedded-commits mailing list