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 66-72 Link Here
66
targets:	$(PLUGIN_LIB)
66
targets:	$(PLUGIN_LIB)
67
67
68
$(PLUGIN_LIB):	$(PLUGIN_OBJECTS)
68
$(PLUGIN_LIB):	$(PLUGIN_OBJECTS)
69
	$(CXX)	-shared							\
69
	$(CXX)	$(LDFLAGS)						\
70
		-shared							\
70
		-o $(PLUGIN_LIB)					\
71
		-o $(PLUGIN_LIB)					\
71
		$(PLUGIN_OBJECTS)					
72
		$(PLUGIN_OBJECTS)					
72
73

Return to bug 334711