net/iputils: fix ipv6 compile errors (thanks florian)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22011 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
14
net/iputils/patches/001-iputils.patch
Normal file
14
net/iputils/patches/001-iputils.patch
Normal file
@ -0,0 +1,14 @@
|
||||
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 @@
|
||||
CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
|
||||
CFLAGS=$(CCOPT) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
|
||||
|
||||
-IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
|
||||
-IPV6_TARGETS=tracepath6 traceroute6 ping6
|
||||
+IPV4_TARGETS=tracepath ping clockdiff arping tftpd
|
||||
+IPV6_TARGETS=tracepath6 traceroute6 ping6
|
||||
TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
|
||||
|
||||
all: check-kernel $(TARGETS)
|
Reference in New Issue
Block a user