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

Collapse All | Expand All

(-)extensions/python/xpcom/src/Makefile.in.orig (+3 lines)
Lines 90-95 Link Here
90
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
90
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
91
IMPORT_LIBRARY		:= $(SHARED_LIBRARY:.pyd=.lib)
91
IMPORT_LIBRARY		:= $(SHARED_LIBRARY:.pyd=.lib)
92
92
93
DSO_LDOPTS += -Wl,-rpath,$(mozappdir)
94
OS_LDFLAGS += -Wl,-rpath,$(mozappdir)
95
93
# Install into our Python directory
96
# Install into our Python directory
94
# default build installs into bin and lib - remove them
97
# default build installs into bin and lib - remove them
95
libs::
98
libs::

Return to bug 180309