Bug 702179 - Don't build static JS library to fix DTrace probes on Solaris and FreeBSD. r?glandium draft
authorGinn Chen <ginn.chen@oracle.com>
Wed, 30 Nov 2011 07:23:46 +0800
changeset 488963 dbdd0ac271b5645cbe22d394a88e06df7d6b1fe5
parent 483291 195049fabb7ac5709e5f75614ba630ba3d1b5a9b
child 546891 f23b5fa08cbe74c6a8bfbb58ff6d320a4111a951
push id46703
push userbmo:jbeich@FreeBSD.org
push dateFri, 24 Feb 2017 03:01:29 +0000
reviewersglandium
bugs702179
milestone54.0a1
Bug 702179 - Don't build static JS library to fix DTrace probes on Solaris and FreeBSD. r?glandium MozReview-Commit-ID: 9ZWP4ydn5oj
js/src/moz.build
--- a/js/src/moz.build
+++ b/js/src/moz.build
@@ -742,20 +742,16 @@ if CONFIG['OS_ARCH'] == 'SunOS':
         'socket',
     ]
 
 OS_LIBS += CONFIG['REALTIME_LIBS']
 
 CFLAGS += CONFIG['MOZ_ICU_CFLAGS']
 CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
 
-NO_EXPAND_LIBS = True
-
-DIST_INSTALL = True
-
 # Prepare self-hosted JS code for embedding
 GENERATED_FILES += [('selfhosted.out.h', 'selfhosted.js')]
 selfhosted = GENERATED_FILES[('selfhosted.out.h', 'selfhosted.js')]
 selfhosted.script = 'builtin/embedjs.py:generate_selfhosted'
 selfhosted.inputs = [
     'js.msg',
     'builtin/TypedObjectConstants.h',
     'builtin/SelfHostingDefines.h',