ef0a0c91f1
- Update Firefox and gmp-api to 39.0 - Update Firefox ESR and libxul to 38.1.0 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes Changes: https://www.mozilla.org/firefox/39.0/releasenotes/ Changes: https://www.mozilla.org/firefox/38.1.0/releasenotes/ MFH: 2015Q3 Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
24 lines
662 B
Text
24 lines
662 B
Text
commit 6ddaacd
|
|
Author: Ginn Chen <ginn.chen@oracle.com>
|
|
Date: Wed Nov 30 07:23:46 2011 +0800
|
|
|
|
Bug 702179 dtrace probes are not installed on Solaris with static js lib r=glandium
|
|
---
|
|
js/src/Makefile.in | 3 ---
|
|
toolkit/library/moz.build | 5 -----
|
|
2 files changed, 8 deletions(-)
|
|
|
|
diff --git js/src/Makefile.in js/src/Makefile.in
|
|
index 62bbfa0..90400cb 100644
|
|
--- js/src/Makefile.in
|
|
+++ js/src/Makefile.in
|
|
@@ -17,9 +17,6 @@ TOPLEVEL_BUILD := 1
|
|
run_for_side_effects := $(shell echo 'MAKE: $(MAKE)')
|
|
EXTRA_LIBS += $(NSPR_LIBS)
|
|
|
|
-DIST_INSTALL = 1
|
|
-NO_EXPAND_LIBS = 1
|
|
-
|
|
ifdef JS_HAS_CTYPES
|
|
ifdef MOZ_NATIVE_FFI
|
|
LOCAL_INCLUDES = $(MOZ_FFI_CFLAGS)
|