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 (+5 lines)
Lines 507-511 Link Here
507
# 
507
# 
508
ifeq ($(OS_ARCH),Linux)
508
ifeq ($(OS_ARCH),Linux)
509
ifdef IS_COMPONENT
509
ifdef IS_COMPONENT
510
DSO_LDOPTS += -Wl,-R'/usr/lib/mozilla-thunderbird'
511
OS_LDFLAGS += -Wl,-R'/usr/lib/mozilla-thunderbird'
510
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
512
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
513
else
514
DSO_LDOPTS += -Wl,-R'/usr/lib/mozilla-thunderbird'
515
OS_LDFLAGS += -Wl,-R'/usr/lib/mozilla-thunderbird'
511
endif
516
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/mozilla-thunderbird'
91
OS_LDFLAGS += -Wl,-R'/usr/lib/mozilla-thunderbird'
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:
(-)security/coreconf/rules.mk.orig (-1 / +1 lines)
Lines 349-355 Link Here
349
ifdef XP_OS2_VACPP
349
ifdef XP_OS2_VACPP
350
	$(MKSHLIB) $(DLLFLAGS) $(LDFLAGS) $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS)
350
	$(MKSHLIB) $(DLLFLAGS) $(LDFLAGS) $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS)
351
else
351
else
352
	$(MKSHLIB) -o $@ $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS)
352
	$(MKSHLIB) -Wl,-R'/usr/lib/mozilla-thunderbird' -o $@ $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS)
353
endif
353
endif
354
	chmod +x $@
354
	chmod +x $@
355
ifeq ($(OS_TARGET),Darwin)
355
ifeq ($(OS_TARGET),Darwin)

Return to bug 100597