Bug 1115944 - Work around race condition between building NSPR and NSS. r=mshal

--HG--
extra : rebase_source : 61a9a23360d16ad6d60b0bb65107f2cb797d9736
This commit is contained in:
Mike Hommey 2016-11-04 17:06:51 +09:00
parent abb5076523
commit 342e5e3816

View File

@ -172,6 +172,9 @@ ifeq ($(MOZ_REPLACE_MALLOC_LINKAGE),dummy library)
mozglue/build/target memory/replace/logalloc/replay/target: memory/replace/dummy/target
endif
endif
ifeq (,$(MOZ_SYSTEM_NSS)$(MOZ_FOLD_LIBS))
config/external/nss/target: config/external/nspr/pr/target config/external/nspr/ds/target config/external/nspr/libc/target
endif
# Most things are built during compile (target/host), but some things happen during export
# Those need to depend on config/export for system wrappers.
$(addprefix build/unix/stdc++compat/,target host) build/clang-plugin/target: config/export