]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2-build.patch
- ready for 2.6.11.
[packages/iproute2.git] / iproute2-build.patch
CommitLineData
a8a44b15
AM
1diff -urN iproute2-2.6.8.org/Makefile iproute2-2.6.8/Makefile
2--- iproute2-2.6.8.org/Makefile 2004-07-16 21:49:23.066528064 +0200
3+++ iproute2-2.6.8/Makefile 2004-07-16 21:50:01.491686552 +0200
7efb66f5 4@@ -21,7 +21,7 @@
9f5de04c 5
9f5de04c 6 CC = gcc
7efb66f5 7 HOSTCC = gcc
a589a855 8-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
9+CCOPTS = -D_GNU_SOURCE $(OPT) -O2 -Wstrict-prototypes -Wall
e495bf8f 10 CFLAGS = $(CCOPTS) -I../include $(DEFINES)
9f5de04c
AM
11
12 LDLIBS += -L../lib -lnetlink -lutil
6a089e23
PS
13--- iproute2-050124/ip/iptunnel.c.orig 2005-01-25 01:13:46.000000000 +0100
14+++ iproute2-050124/ip/iptunnel.c 2005-01-25 10:26:02.716547608 +0100
15@@ -16,6 +16,7 @@
16 * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag
17 */
18
19+#include <asm/byteorder.h>
20 #include <stdio.h>
21 #include <stdlib.h>
22 #include <string.h>
This page took 0.055939 seconds and 4 git commands to generate.