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

(-)Makefile.orig (-1 / +1 lines)
Lines 52-58 Link Here
52
# The main program:
52
# The main program:
53
53
54
genindex: $(OBJS)
54
genindex: $(OBJS)
55
	$(CXX) $(CXXFLAGS) $^ -o $@
55
	$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
56
56
57
rmstream: rmstream.o thread.o ringbuffer.o pes.o
57
rmstream: rmstream.o thread.o ringbuffer.o pes.o
58
	$(CXX) $(CXXFLAGS) $^ -o $@
58
	$(CXX) $(CXXFLAGS) $^ -o $@

Return to bug 333489