summaryrefslogtreecommitdiff
path: root/recipes/iputils/files/debian/targets.diff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-23 08:34:55 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-23 08:34:55 +0200
commite06cd7c84bf8bce335d7a195c504dd78423e3fb5 (patch)
tree11d2778c8e6536c8f19d7eb7c44ee8f0796bbfa7 /recipes/iputils/files/debian/targets.diff
parent35d0a5ed204189c19e81fad5d473ae9d62476139 (diff)
iputils: add 20071127
Diffstat (limited to 'recipes/iputils/files/debian/targets.diff')
-rw-r--r--recipes/iputils/files/debian/targets.diff27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/iputils/files/debian/targets.diff b/recipes/iputils/files/debian/targets.diff
new file mode 100644
index 0000000000..87fe27d6fd
--- /dev/null
+++ b/recipes/iputils/files/debian/targets.diff
@@ -0,0 +1,27 @@
+--- iputils-upstream/Makefile 2007-10-28 12:24:10.000000000 -0400
++++ iputils/Makefile 2007-10-28 12:19:18.000000000 -0400
+@@ -16,7 +16,7 @@
+ CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
+ CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES)
+
+-IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
++IPV4_TARGETS=tracepath ping arping
+ IPV6_TARGETS=tracepath6 traceroute6 ping6
+ TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
+
+@@ -25,7 +25,6 @@
+
+ all: $(TARGETS)
+
+-
+ tftpd: tftpd.o tftpsubs.o
+ ping: ping.o ping_common.o
+ ping6: ping6.o ping_common.o
+@@ -37,7 +36,6 @@
+ rdisc_srv.o: rdisc.c
+ $(CC) $(CFLAGS) -DRDISC_SERVER -o rdisc_srv.o rdisc.c
+
+-
+ check-kernel:
+ ifeq ($(KERNEL_INCLUDE),)
+ @echo "Please, set correct KERNEL_INCLUDE"; false