firefox.inc: forcefeed mozilla our LDFLAGS to get gnu hash working
authorKoen Kooi <koen@openembedded.org>
Wed, 24 Dec 2008 11:33:58 +0000 (12:33 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 24 Dec 2008 11:33:58 +0000 (12:33 +0100)
packages/mozilla/firefox.inc

index 419398d..c00dfd4 100644 (file)
@@ -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 \