]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- update for 2.4.22 by pepe@apollo.net.pl
authorareq <areq@pld-linux.org>
Mon, 29 Sep 2003 08:38:25 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2-make.patch -> 1.6

iproute2-make.patch

index 99973d76b45e7b6653a0b6c95750df7c14d094fc..87b3a7fcb5a5cbfd167019e03e98b220303f7004 100644 (file)
@@ -1,6 +1,18 @@
---- 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
This page took 0.086142 seconds and 4 git commands to generate.