From 0dc41b6e3c195d855b342e3784a48557c7b92902 Mon Sep 17 00:00:00 2001 From: Bogdan Gheorghe Date: Tue, 9 Oct 2012 16:38:27 -0400 Subject: Update 390 build script for RHEL5 --- 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 4583678ae6..e53a9e779e 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 @@ -80,7 +80,7 @@ MOZILLACFLAGS = -O \ -I$(JAVA_HOME)/include \ -I$(JAVA_HOME)/include/linux \ ${SWT_PTR_CFLAGS} -MOZILLALFLAGS = -shared -Wl,--version-script=mozilla_exports -Bsymbolic +MOZILLALFLAGS = -shared ${SWT_LFLAGS} -Wl,--version-script=mozilla_exports -Bsymbolic MOZILLAEXCLUDES = -DNO__1XPCOMGlueShutdown \ -DNO__1XPCOMGlueStartup \ -DNO__1XPCOMGlueLoadXULFunctions \ -- cgit