summaryrefslogtreecommitdiff
path: root/js/src/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2019-11-02 14:37:22 +0100
committerGitHub <noreply@github.com>2019-11-02 14:37:22 +0100
commitac253a52fc3b4acb440d498021e8dc7b0da44b0c (patch)
tree0038ae92f1cc7aaff0b55d6e5ac59efcc28bdf8f /js/src/moz.build
parent63038fbb2c31bfb9c6f650ce1a992c5b0eb8d64d (diff)
parent659c7a7d6da224824c49bd64459cb7a16d826a78 (diff)
downloaduxp-ac253a52fc3b4acb440d498021e8dc7b0da44b0c.tar.gz
Merge pull request #1262 from athenian200/solaris-work
Support Modern Solaris
Diffstat (limited to 'js/src/moz.build')
-rw-r--r--js/src/moz.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/src/moz.build b/js/src/moz.build
index 5ce0dfd987..d1e80b4ce8 100644
--- a/js/src/moz.build
+++ b/js/src/moz.build
@@ -720,6 +720,14 @@ if CONFIG['OS_ARCH'] == 'Linux':
'dl',
]
+if CONFIG['OS_ARCH'] == 'SunOS':
+ OS_LIBS += [
+ 'posix4',
+ 'dl',
+ 'nsl',
+ 'socket',
+ ]
+
OS_LIBS += CONFIG['REALTIME_LIBS']
CFLAGS += CONFIG['MOZ_ICU_CFLAGS']