blob: 7ec062e3ddcb50fb0f5b3442c7148267a60a97b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur genindex-0.1.3.orig/Makefile genindex-0.1.3/Makefile
--- genindex-0.1.3.orig/Makefile 2010-09-24 14:55:48.000000000 +0200
+++ genindex-0.1.3/Makefile 2010-09-24 14:56:06.000000000 +0200
@@ -52,7 +52,7 @@
# The main program:
genindex: $(OBJS)
- $(CXX) $(CXXFLAGS) $^ -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@
rmstream: rmstream.o thread.o ringbuffer.o pes.o
$(CXX) $(CXXFLAGS) $^ -o $@
|