]> git.pld-linux.org Git - packages/dnsmasq.git/blob - dnsmasq-cc.patch
- updated to 1.7: bugfix release.
[packages/dnsmasq.git] / dnsmasq-cc.patch
1 --- dnsmasq-1.6/Makefile~       2002-05-26 15:28:23.000000000 +0200
2 +++ dnsmasq-1.6/Makefile        2002-06-09 09:10:17.000000000 +0200
3 @@ -8,11 +8,11 @@
4         rm -f *~ $(OBJS) dnsmasq
5  
6  .c.o: dnsmasq.h
7 -       gcc -O2 -Wall -W -c $*.c 
8 +       $(CC) $(OPTFLAGS) -Wall -W -c $*.c 
9  
10  
11  dnsmasq : $(OBJS) dnsmasq.h config.h
12 -       gcc -o $@  $(OBJS) 
13 +       $(CC) -o $@  $(OBJS) 
14  
15  install : dnsmasq
16         install -d $(BINDIR) -d $(MANDIR)
This page took 0.058422 seconds and 3 git commands to generate.