Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 170101
Collapse All | Expand All

(-)xpcom/sample/Makefile.in.orig (-1 / +1 lines)
Lines 89-95 Link Here
89
# from this Makefile. We link against the "dependent glue" and against the
89
# from this Makefile. We link against the "dependent glue" and against the
90
# frozen XPCOM shared library.
90
# frozen XPCOM shared library.
91
EXTRA_DSO_LDOPTS = \
91
EXTRA_DSO_LDOPTS = \
92
		$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
92
		$(XPCOM_STANDALONE_GLUE_LDOPTS) \
93
		$(MOZ_COMPONENT_LIBS) \
93
		$(MOZ_COMPONENT_LIBS) \
94
		$(NULL)
94
		$(NULL)
95
95

Return to bug 170101