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

Collapse All | Expand All

(-)config/rules.mk.orig (+2 lines)
Lines 506-511 Link Here
506
# Linux: add -Bsymbolic flag for components
506
# Linux: add -Bsymbolic flag for components
507
# 
507
# 
508
ifeq ($(OS_ARCH),Linux)
508
ifeq ($(OS_ARCH),Linux)
509
DSO_LDOPTS += -Wl,-R${libdir}/mozilla-firefox
510
OS_LDFLAGS += -Wl,-R${libdir}/mozilla-firefox
509
ifdef IS_COMPONENT
511
ifdef IS_COMPONENT
510
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
512
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
511
endif
513
endif

Return to bug 100597