mrtg/mrtg-2.10.5-norpath.patch
cvsdist 1591622f63 auto-import changelog data from mrtg-2.10.5-1.src.rpm
Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.10.5
- to not set LD_RUN_PATH
Sat Aug 02 2003 Joe Orton <jorton@redhat.com> 2.9.29-5
- rebuild
Fri Aug 01 2003 Joe Orton <jorton@redhat.com> 2.9.29-4.ent
- move default output directory to /var/www/mrtg
Mon Jun 09 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-4
- disable use of RPM's internal dependency generator so that we can filter
    out requirements of the contrib scripts included in the docs directory
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
Tue May 06 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-2
- rebuild
Wed Apr 30 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-1
- update to 2.9.29
2004-09-09 08:50:27 +00:00

12 lines
460 B
Diff

--- mrtg-2.10.5/Makefile.in.lr 2003-10-25 09:09:18.000000000 +0200
+++ mrtg-2.10.5/Makefile.in 2003-10-25 09:09:38.000000000 +0200
@@ -30,7 +30,7 @@
all: bin/rateup subst
bin/rateup: bin/rateup.o
- LD_RUN_PATH=$(LD_RUN_PATH) $(CC) bin/rateup.o -o bin/rateup $(LDFLAGS) $(LIBS)
+ $(CC) bin/rateup.o -o bin/rateup $(LDFLAGS) $(LIBS)
bin/rateup.o: $(top_srcdir)/src/rateup.c
$(CC) $(CPPFLAGS) $(CFLAGS) -c $(top_srcdir)/src/rateup.c -o bin/rateup.o