ldflags.diff 410 B

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