[PATCH] Update iputils to 20101006
[packages.git] / net / iputils / patches / 001-iputils.patch
index c07d70e..e57db13 100644 (file)
@@ -1,9 +1,9 @@
-diff -ur iputils/Makefile iputils_new/Makefile
---- iputils/Makefile   2002-09-20 18:23:55.000000000 +0000
-+++ iputils_new/Makefile       2007-05-17 13:59:55.000000000 +0000
-@@ -27,8 +27,8 @@
+diff -ur a/Makefile b/Makefile
+--- a/Makefile 2002-09-20 18:23:55.000000000 +0000
++++ b/Makefile 2007-05-17 13:59:55.000000000 +0000
+@@ -16,8 +16,8 @@
  CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
- CFLAGS=$(CCOPT) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES) 
+ CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES) 
  
 -IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
 -IPV6_TARGETS=tracepath6 traceroute6 ping6
@@ -11,4 +11,4 @@ diff -ur iputils/Makefile iputils_new/Makefile
 +IPV6_TARGETS=tracepath6 traceroute6 ping6
  TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
  
- all: check-kernel $(TARGETS)
+ LASTTAG:=`git describe HEAD | sed -e 's/-.*//'`