diff options
author | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-09 16:38:27 -0400 |
---|---|---|
committer | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-09 16:45:57 -0400 |
commit | 0dc41b6e3c195d855b342e3784a48557c7b92902 (patch) | |
tree | 5b2b4e5b2cabd5bcd8e43c9db0ce9ae418be08bd | |
parent | 983ab3e14afd74adefa5f0785e960ae20cc2709e (diff) | |
download | eclipse.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.mak | 2 |
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 \ |