Bug 260337 (Firefox) Fail to build on solaris

r=bryner, patch=brian.lu@sun.com
This commit is contained in:
kyle.yuan%sun.com 2004-10-12 02:39:47 +00:00
parent a257a5b484
commit ed75ee5de7
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,8 @@
# . $topsrcdir/browser/config/mozconfig
# to the top of your mozconfig file.
export MOZ_PHOENIX=1
set MOZ_PHOENIX=1
export MOZ_PHOENIX
mk_add_options MOZ_PHOENIX=1
ac_add_options --disable-ldap

View File

@ -60,6 +60,10 @@ LIBS = \
-lpthread \
$(NULL)
ifeq ($(OS_ARCH),SunOS)
LIBS += -lnsl
endif
EXTRA_DEPS = \
$(DIST)/lib/$(LIB_PREFIX)jar50_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)xpnet_s.$(LIB_SUFFIX) \