]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- link fix auto/ac/iproute2-2_6_7-0_1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Jun 2004 21:47:40 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2-db.patch -> 1.3

iproute2-db.patch

index d3dc77d7e84d9d0f5c785c40dfa0445f31dc0c6c..8cadeda01d5aa6b25497bc7c7d6dc8b5d5a2fab7 100644 (file)
@@ -1,6 +1,6 @@
 diff -urN iproute2-2.6.7.org/misc/arpd.c iproute2-2.6.7/misc/arpd.c
---- iproute2-2.6.7.org/misc/arpd.c     2004-06-09 01:43:55.298418184 +0200
-+++ iproute2-2.6.7/misc/arpd.c 2004-06-09 01:45:45.426676144 +0200
+--- iproute2-2.6.7.org/misc/arpd.c     2004-06-16 21:07:09.442520088 +0200
++++ iproute2-2.6.7/misc/arpd.c 2004-06-16 23:47:31.283777880 +0200
 @@ -16,7 +16,7 @@
  #include <unistd.h>
  #include <stdlib.h>
@@ -10,3 +10,15 @@ diff -urN iproute2-2.6.7.org/misc/arpd.c iproute2-2.6.7/misc/arpd.c
  #include <sys/ioctl.h>
  #include <sys/poll.h>
  #include <errno.h>
+diff -urN iproute2-2.6.7.org/misc/Makefile iproute2-2.6.7/misc/Makefile
+--- iproute2-2.6.7.org/misc/Makefile   2004-06-16 21:07:09.441520240 +0200
++++ iproute2-2.6.7/misc/Makefile       2004-06-16 23:48:02.212076064 +0200
+@@ -22,7 +22,7 @@
+       $(CC) $(CFLAGS) $(LDFLAGS) -o rtacct $(RTACCTOBJ) $(LIBNETLINK) -lm
+ arpd: $(ARPDOBJ)
+-      $(CC) $(CFLAGS) $(LDFLAGS) -o arpd $(ARPDOBJ) $(LIBNETLINK) -ldb-4.1
++      $(CC) $(CFLAGS) $(LDFLAGS) -o arpd $(ARPDOBJ) $(LIBNETLINK) -ldb
+ rtstat: $(RTSTATOBJ)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o rtstat $(RTSTATOBJ)
This page took 0.58157 seconds and 4 git commands to generate.