]> git.pld-linux.org Git - packages/iproute2.git/blobdiff - iproute2-build.patch
- up to 4.13.0
[packages/iproute2.git] / iproute2-build.patch
index afc6d53cf9dd45f03ba9f69180846c57345ce1c7..36452cf29555510d4aa922d7d91e1d79c5d102bb 100644 (file)
@@ -1,21 +1,11 @@
-diff -urN iproute2-2.6.8.org/Makefile iproute2-2.6.8/Makefile
---- iproute2-2.6.8.org/Makefile        2004-07-16 21:49:23.066528064 +0200
-+++ iproute2-2.6.8/Makefile    2004-07-16 21:50:01.491686552 +0200
-@@ -12,7 +12,7 @@
- DEFINES= -DRESOLVE_HOSTNAMES
- #options if you have a bind>=4.9.4 libresolv (or, maybe, glibc)
--LDLIBS=-lresolv
-+LDLIBS=
- ADDLIB=
- #options for decnet
-@@ -22,7 +22,7 @@
- ADDLIB+=ipx_ntop.o ipx_pton.o
- CC = gcc
--CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
-+CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall
- CFLAGS = $(CCOPTS) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
- LDLIBS += -L../lib -lnetlink -lutil
+--- iproute2-3.8.0/ip/iplink_can.c~    2013-02-21 17:41:20.000000000 +0100
++++ iproute2-3.8.0/ip/iplink_can.c     2013-03-05 22:03:13.578484638 +0100
+@@ -107,7 +107,7 @@
+                       if (get_u32(&bt.bitrate, *argv, 0))
+                               invarg("invalid \"bitrate\" value\n", *argv);
+               } else if (matches(*argv, "sample-point") == 0) {
+-                      float sp;
++                      float sp = 0;
+                       NEXT_ARG();
+                       if (get_float(&sp, *argv))
This page took 0.026751 seconds and 4 git commands to generate.