summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-09 16:38:27 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-09 16:45:57 -0400
commit0dc41b6e3c195d855b342e3784a48557c7b92902 (patch)
tree5b2b4e5b2cabd5bcd8e43c9db0ce9ae418be08bd
parent983ab3e14afd74adefa5f0785e960ae20cc2709e (diff)
downloadeclipse.platform.swt-0dc41b6e3c195d855b342e3784a48557c7b92902.tar.gz
eclipse.platform.swt-0dc41b6e3c195d855b342e3784a48557c7b92902.tar.xz
eclipse.platform.swt-0dc41b6e3c195d855b342e3784a48557c7b92902.zip
Update 390 build script for RHEL5
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak2
1 files changed, 1 insertions, 1 deletions
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 \