Bug 252529 - Firefox static build fails on AIX.

r+sr=bryner@brianryner.com


git-svn-id: svn://10.0.0.236/trunk@159676 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pkw%us.ibm.com
2004-07-22 18:44:57 +00:00
parent 2c64ecf4f1
commit 6a46db9fba

View File

@@ -129,4 +129,7 @@ ifeq ($(OS_ARCH),WINNT)
STATIC_EXTRA_LIBS += $(call EXPAND_LIBNAME,comctl32 comdlg32 uuid shell32 ole32 oleaut32 Urlmon version winspool)
endif
ifeq ($(OS_ARCH),AIX)
STATIC_EXTRA_LIBS += $(call EXPAND_LIBNAME,odm cfg)
endif