From ccfbe1d755ec8867af82b207cc663c1af09c8cf5 Mon Sep 17 00:00:00 2001 From: Bogdan Gheorghe Date: Fri, 5 Oct 2012 12:46:49 -0400 Subject: Bug 391250 - Wrong Xulrunner library on PPC64 --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak index 94bb27c65d..4583678ae6 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak @@ -242,7 +242,7 @@ xpcom_stats.o: xpcom_stats.cpp make_xulrunner:$(XULRUNNER_LIB) $(XULRUNNER_LIB): $(XULRUNNER_OBJECTS) - echo -e "#include\nsize_t je_malloc_usable_size_in_advance(size_t n) {\nreturn n;\n}" | gcc --shared ${SWT_PTR_CFLAGS} -xc - -o libswt-xulrunner-fix.so + echo -e "#include\nsize_t je_malloc_usable_size_in_advance(size_t n) {\nreturn n;\n}" | gcc $(LFLAGS) $(CFLAGS) -xc - -o libswt-xulrunner-fix.so $(CXX) -o $(XULRUNNER_LIB) $(XULRUNNER_OBJECTS) $(MOZILLALFLAGS) ${XULRUNNER_LIBS} xpcomxul.o: xpcom.cpp -- cgit