From fbfa560ad9bbde32c16c9c676b5a2159d12ec13b Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 1 Nov 2006 13:20:11 +0000 Subject: - Update to 2.0 Release notes: http://www.mozilla.com/en-US/firefox/2.0/releasenotes/ Special thanks to marcus and many others for helping test and fixing bugs! --- www/firefox-esr/files/patch-js_src_Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www/firefox-esr/files/patch-js_src_Makefile.in (limited to 'www/firefox-esr/files/patch-js_src_Makefile.in') diff --git a/www/firefox-esr/files/patch-js_src_Makefile.in b/www/firefox-esr/files/patch-js_src_Makefile.in new file mode 100644 index 000000000000..fb0bd7f1986b --- /dev/null +++ b/www/firefox-esr/files/patch-js_src_Makefile.in @@ -0,0 +1,10 @@ +--- js/src/Makefile.in.orig Wed Oct 18 09:23:09 2006 ++++ js/src/Makefile.in Wed Oct 18 09:27:27 2006 +@@ -244,6 +244,7 @@ + endif + + LDFLAGS += $(pathsubst -l%,$(NSPR_STATIC_PATH)/%.a,$(NSPR_LIBS)) ++LDFLAGS += -lc + + # BeOS and HP-UX do not require the extra linking of "-lm" + ifeq (,$(filter BeOS HP-UX WINNT WINCE OpenVMS,$(OS_ARCH))) -- cgit v1.2.3