]> git.pld-linux.org Git - packages/iproute2.git/blobdiff - iproute2-make.patch
- cosmetics.
[packages/iproute2.git] / iproute2-make.patch
index 98821516dcb84381ebdd097b4a8f52ec46206fbf..87b3a7fcb5a5cbfd167019e03e98b220303f7004 100644 (file)
@@ -1,11 +1,23 @@
---- iproute2/Makefile~ Tue Aug  7 15:58:27 2001
-+++ iproute2/Makefile  Tue Aug  7 15:58:55 2001
-@@ -28,7 +28,7 @@
+diff -urN iproute2/Makefile.orig iproute2/Makefile
+--- iproute2/Makefile.orig     Wed Jan 16 00:30:32 2002
++++ iproute2/Makefile  Wed Sep 24 18:54:04 2003
+@@ -25,16 +25,16 @@
+ ifeq ($(LIBC_INCLUDE)/socketbits.h,$(wildcard $(LIBC_INCLUDE)/socketbits.h))
+   ifeq ($(LIBC_INCLUDE)/net/if_packet.h,$(wildcard $(LIBC_INCLUDE)/net/if_packet.h))
+-    GLIBCFIX=-I../include-glibc -include ../include-glibc/glibc-bugs.h
++    GLIBCFIX=-include ../include-glibc/glibc-bugs.h
+   endif
+ endif
+ ifeq ($(LIBC_INCLUDE)/bits/socket.h,$(wildcard $(LIBC_INCLUDE)/bits/socket.h))
+-  GLIBCFIX=-I../include-glibc -I/usr/include/db3 -include ../include-glibc/glibc-bugs.h
++  GLIBCFIX=-include ../include-glibc/glibc-bugs.h
  endif
  
  CC = gcc
--CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -Werror -g
-+CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall -Werror -g
+-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
++CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall -g
  CFLAGS = $(CCOPTS) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
  
  LDLIBS += -L../lib -lnetlink -lutil
This page took 0.0777 seconds and 4 git commands to generate.