summaryrefslogtreecommitdiffstats
path: root/patches/iproute2-2.6.23/generic/iproute2-2.6.23-arpd-against-db44.diff
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-18 06:37:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-18 06:37:21 +0000
commit4db05cb9ae1851c574def24da76b8cb7873b03b1 (patch)
treecf14c24a48b52296deac3483f574023d0c45a142 /patches/iproute2-2.6.23/generic/iproute2-2.6.23-arpd-against-db44.diff
parent79b5adc4fa5e87f925661a5aad12eff6d7c68305 (diff)
downloadptxdist-4db05cb9ae1851c574def24da76b8cb7873b03b1.tar.gz
ptxdist-4db05cb9ae1851c574def24da76b8cb7873b03b1.tar.xz
* iproute2: update to latest version. We also explicitely link
against db44 instead of db, because it doesn't work if we accidently link against db41. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7458 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/iproute2-2.6.23/generic/iproute2-2.6.23-arpd-against-db44.diff')
-rw-r--r--patches/iproute2-2.6.23/generic/iproute2-2.6.23-arpd-against-db44.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/iproute2-2.6.23/generic/iproute2-2.6.23-arpd-against-db44.diff b/patches/iproute2-2.6.23/generic/iproute2-2.6.23-arpd-against-db44.diff
new file mode 100644
index 000000000..f78e6077e
--- /dev/null
+++ b/patches/iproute2-2.6.23/generic/iproute2-2.6.23-arpd-against-db44.diff
@@ -0,0 +1,17 @@
+---
+ misc/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: misc/Makefile
+===================================================================
+--- misc/Makefile.orig
++++ misc/Makefile
+@@ -19,7 +19,7 @@ rtacct: rtacct.c
+ $(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) -lm
+
+ arpd: arpd.c
+- $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb -lpthread
++ $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb44 -lpthread
+
+ ssfilter.c: ssfilter.y
+ bison ssfilter.y -o ssfilter.c