diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-24 12:33:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-24 12:33:58 +0100 |
commit | 5ba84e63dbf4ae7291c4d304248705fa3e650632 (patch) | |
tree | b69a2fa852be858c5dda7853214507ad615e56cf /packages/mozilla | |
parent | b9efa6ab21ee65f1049fd56f289fd28da63ae14c (diff) |
firefox.inc: forcefeed mozilla our LDFLAGS to get gnu hash working
Diffstat (limited to 'packages/mozilla')
-rw-r--r-- | 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 419398de95..c00dfd4ef4 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 \ |