]> granicus.if.org Git - pdns/commitdiff
recursor README typos (thanks Entil), add nedmalloc to separate distribution
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 28 Mar 2006 20:42:43 +0000 (20:42 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 28 Mar 2006 20:42:43 +0000 (20:42 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@641 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile-recursor
pdns/README-recursor
pdns/dist-recursor

index 7bc02bb4c07791eb212066251ced0976ec86c8ad..f16afa45d7aeb315fdddd0a03681b3f2eac91dc6 100644 (file)
@@ -4,6 +4,8 @@ SBINDIR=/usr/sbin/
 
 OPTFLAGS?=-O3
 CXXFLAGS:= $(CXXFLAGS) -Wall $(OPTFLAGS) $(PROFILEFLAGS)
+CFLAGS:=$(CFLAGS) -Wall $(OPTFLAGS) $(PROFILEFLAGS)
+
 LDFLAGS+= $(PROFILEFLAGS)
 all: pdns_recursor rec_control
 
@@ -22,7 +24,7 @@ dep:
 PDNS_RECURSOR_OBJECTS=syncres.o  misc.o unix_utility.o qtype.o logger.o  \
 arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \
 dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \
-rec_channel.o rec_channel_rec.o
+rec_channel.o rec_channel_rec.o malloc.o
 
 REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o 
 
index eab1c2cadbbfabea675e36a739eb991de9fc07fa..0755c57c0239036e910a7c626d837e5d32c621c6 100644 (file)
@@ -16,7 +16,7 @@ $ tar xjf boost_1_33_1.tar.bz2
 
 3) Compile the PowerDNS recursor using:
 
-$ CXXFLAGS=-I./boost-1.33.1/ make
+$ CXXFLAGS=-I./boost-1_33_1/ make
 
 4) Run ./pdns_recursor and you should be set!
 
index 9266e448a4e1d2d0669fcc144f551b4bdc6ca6d9..21d4a13590c70337d6c45e51b26b44477620667f 100755 (executable)
@@ -19,7 +19,7 @@ cp COPYING pdns-recursor/
 cp config-recursor.h pdns-recursor/config.h
 mkdir pdns-recursor/rrd
 cp tools/rrd/{create,update,makegraphs,index.html} pdns-recursor/rrd
-
+cp ext/nedmalloc/malloc.c pdns-recursor
 tar cjf pdns-recursor.tar.bz2 pdns-recursor