]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
- fix for passing CC and compiler flags
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 11 Jun 2002 22:42:35 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnsmasq-cc.patch -> 1.1

dnsmasq-cc.patch [new file with mode: 0644]

diff --git a/dnsmasq-cc.patch b/dnsmasq-cc.patch
new file mode 100644 (file)
index 0000000..10e7099
--- /dev/null
@@ -0,0 +1,16 @@
+--- dnsmasq-1.6/Makefile~      2002-05-26 15:28:23.000000000 +0200
++++ dnsmasq-1.6/Makefile       2002-06-09 09:10:17.000000000 +0200
+@@ -8,11 +8,11 @@
+       rm -f *~ $(OBJS) dnsmasq
+ .c.o: dnsmasq.h
+-      gcc -O2 -Wall -W -c $*.c 
++      $(CC) $(OPTFLAGS) -Wall -W -c $*.c 
+ dnsmasq : $(OBJS) dnsmasq.h config.h
+-      gcc -o $@  $(OBJS) 
++      $(CC) -o $@  $(OBJS) 
+ install : dnsmasq
+       install -d $(BINDIR) -d $(MANDIR)
This page took 0.198889 seconds and 4 git commands to generate.