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/usr/lib/gecko-sdk/lib
510
OS_LDFLAGS += -Wl,-R/usr/lib/gecko-sdk/lib
509
ifdef IS_COMPONENT
511
ifdef IS_COMPONENT
510
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
512
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
511
endif
513
endif
(-)nsprpub/config/rules.mk.orig (+3 lines)
Lines 87-92 Link Here
87
endif
87
endif
88
endif
88
endif
89
89
90
DSO_LDOPTS += -Wl,-R/usr/lib/gecko-sdk/lib
91
OS_LDFLAGS += -Wl,-R/usr/lib/gecko-sdk/lib
92
90
#
93
#
91
# This makefile contains rules for building the following kinds of
94
# This makefile contains rules for building the following kinds of
92
# libraries:
95
# libraries:

Return to bug 100597