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

(-)Makefile.orig (-1 / +1 lines)
Lines 94-100 Link Here
94
# The main program:
94
# The main program:
95
95
96
vdr: $(OBJS) $(SILIB)
96
vdr: $(OBJS) $(SILIB)
97
	$(CXX) $(CXXFLAGS) -rdynamic $(OBJS) $(NCURSESLIB) $(LIBS) $(LIBDIRS) $(SILIB) -o vdr
97
	$(CXX) $(CXXFLAGS) -rdynamic $(OBJS) $(NCURSESLIB) $(LIBS) $(LIBDIRS) $(SILIB) -o vdr $(LDFLAGS)
98
98
99
# The libsi library:
99
# The libsi library:
100
100

Return to bug 333493