Fix Bug 98892 - Null plugin crash on AIX with Java plugin installed.

Link with -lXm before -lXt on AIX, use $XT_LIBS instead of hardcoding
-lXt in Makefiles.
r=cls


git-svn-id: svn://10.0.0.236/trunk@130827 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pkw%us.ibm.com
2002-09-30 22:18:27 +00:00
parent f30d3ac63d
commit 6f61e587ea
4 changed files with 14 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) -lXt \
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) $(XT_LIBS) \
$(NULL)
ifdef MOZ_ENABLE_GTK