[oe-commits] Koen Kooi : firefox.inc: forcefeed mozilla our LDFLAGS to get gnu hash working

GIT User account git at amethyst.openembedded.net
Wed Dec 24 11:39:24 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5ba84e63dbf4ae7291c4d304248705fa3e650632
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5ba84e63dbf4ae7291c4d304248705fa3e650632

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Dec 24 12:33:58 2008 +0100

firefox.inc: forcefeed mozilla our LDFLAGS to get gnu hash working

---

 packages/mozilla/firefox.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/mozilla/firefox.inc b/packages/mozilla/firefox.inc
index 419398d..c00dfd4 100644
--- a/packages/mozilla/firefox.inc
+++ b/packages/mozilla/firefox.inc
@@ -48,6 +48,9 @@ do_stage() {
 	autotools_stage_all
 }
 
+# Force feed mozilla our ldflags
+TARGET_CC_ARCH += " ${LDFLAGS} "
+
 # We don't build XUL as system shared lib, so we can mark all libs as private
 PRIVATE_LIBS = "libnssckbi.so \
                 libxpcom.so \





More information about the Openembedded-commits mailing list