Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 439260 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla-release/configure.in (+5 lines)
Lines 8886-8891 Link Here
8886
rm conftest.sh
8886
rm conftest.sh
8887
8887
8888
echo $MAKEFILES > unallmakefiles
8888
echo $MAKEFILES > unallmakefiles
8889
echo ${MOZ_APP_NAME}_${MOZ_APP_VERSION} \{ >symverscript
8890
cat <<SYMVEREOF >>symverscript
8891
  global: JS_*; js_*; _Z[[NTVK0-9]]*JS*; _Z[[NTVK0-9]]*js*;
8892
};
8893
SYMVEREOF
8889
8894
8890
mv -f config/autoconf.mk config/autoconf.mk.orig 2> /dev/null
8895
mv -f config/autoconf.mk config/autoconf.mk.orig 2> /dev/null
8891
8896
(-)mozilla-release/toolkit/library/Makefile.in (+2 lines)
Lines 617-622 Link Here
617
endif
617
endif
618
endif
618
endif
619
619
620
EXTRA_DSO_LDOPTS += -Wl,-version-script,../../symverscript
621
620
ifeq (WINNT_1,$(OS_TARGET)_$(MOZ_PROFILE_USE))
622
ifeq (WINNT_1,$(OS_TARGET)_$(MOZ_PROFILE_USE))
621
# Wrap linker to measure peak virtual memory usage.
623
# Wrap linker to measure peak virtual memory usage.
622
LD := $(PYTHON) $(topsrcdir)/build/link.py $(CURDIR)/linker-vsize $(LD)
624
LD := $(PYTHON) $(topsrcdir)/build/link.py $(CURDIR)/linker-vsize $(LD)

Return to bug 439260