mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
Bug 284224 Fail to build on solaris
r=bryner
This commit is contained in:
parent
3be5c7498b
commit
3ceb4e130b
@ -80,6 +80,10 @@ LIBS = \
|
||||
-lpthread \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(OS_ARCH),SunOS)
|
||||
LIBS += -lnsl
|
||||
endif
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../../../stub
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../../libxpnet/src
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user