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

Collapse All | Expand All

(-)cmt/src/makefile.old (-1 / +2 lines)
Lines 68-74 Link Here
68
targets:	$(PLUGIN_LIB)
68
targets:	$(PLUGIN_LIB)
69
69
70
$(PLUGIN_LIB):	$(PLUGIN_OBJECTS)
70
$(PLUGIN_LIB):	$(PLUGIN_OBJECTS)
71
	$(CXX)	-shared							\
71
	$(CXX)	$(LDFLAGS)						\
72
		-shared							\
72
		-o $(PLUGIN_LIB)					\
73
		-o $(PLUGIN_LIB)					\
73
		$(PLUGIN_OBJECTS)					
74
		$(PLUGIN_OBJECTS)					
74
75

Return to bug 334711