]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 May 2003 13:07:54 +0000 (13:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnsmasq-cc.patch -> 1.3

dnsmasq-cc.patch [deleted file]

diff --git a/dnsmasq-cc.patch b/dnsmasq-cc.patch
deleted file mode 100644 (file)
index d702113..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- dnsmasq-1.9/Makefile~      2002-10-30 00:49:54.000000000 +0100
-+++ dnsmasq-1.9/Makefile       2002-10-30 00:51:30.000000000 +0100
-@@ -1,6 +1,8 @@
- OBJS = cache.o rfc1035.o dhcp.o dnsmasq.o
- BINDIR = /usr/local/sbin
- MANDIR = /usr/local/man
-+CC=gcc
-+OPT=-02
- all : dnsmasq
-@@ -8,11 +10,11 @@
-       rm -f *~ $(OBJS) dnsmasq
- .c.o: dnsmasq.h
--      gcc -O2 -Wall -W -c $*.c 
-+      $(CC) $(OPT) -Wall -W -c $*.c 
- dnsmasq : $(OBJS) dnsmasq.h config.h
--      gcc -o $@  $(OBJS) $(LIBS)
-+      $(CC) -o $@  $(OBJS) $(LIBS)
- install : dnsmasq
-       install -d $(BINDIR) -d $(MANDIR)
This page took 0.112871 seconds and 4 git commands to generate.