mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 260337 (Firefox) Fail to build on solaris
r=bryner, patch=brian.lu@sun.com
This commit is contained in:
parent
a257a5b484
commit
ed75ee5de7
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user