]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/iputils-20020927-rh.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / src / patches / iputils-20020927-rh.patch
1 --- iputils/doc/Makefile.rh7 2002-02-23 01:17:57.000000000 +0100
2 +++ iputils/doc/Makefile 2004-05-12 14:55:16.724448173 +0200
3 @@ -2,7 +2,7 @@
4 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html
5 MANFILES=$(subst .sgml,.8,$(SGMLFILES))
6
7 -all: html
8 +all:
9
10 html: $(HTMLFILES) iputils.html
11
12 --- iputils/Makefile.rh7 2002-09-20 20:23:55.000000000 +0200
13 +++ iputils/Makefile 2004-05-12 15:08:25.638310270 +0200
14 @@ -24,14 +24,14 @@
15 CC=gcc
16 # What a pity, all new gccs are buggy and -Werror does not work. Sigh.
17 #CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -Werror
18 -CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
19 -CFLAGS=$(CCOPT) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
20 +#CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
21 +#CFLAGS=$(CCOPT) $(DEFINES)
22
23 IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
24 IPV6_TARGETS=tracepath6 traceroute6 ping6
25 TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
26
27 -all: check-kernel $(TARGETS)
28 +all: $(TARGETS)
29
30
31 tftpd: tftpd.o tftpsubs.o