]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix include of config.h for recursor in yahttp-config.h 1530/head
authorKees Monshouwer <mind04@monshouwer.org>
Thu, 10 Jul 2014 18:55:16 +0000 (20:55 +0200)
committermind04 <mind04@monshouwer.org>
Thu, 10 Jul 2014 18:56:49 +0000 (20:56 +0200)
pdns/dist-recursor

index a18eb604a28bff62fde0dc1c2143f37f2ac339b3..a17ac9e9c962e359853a00be29e9177dde178e16 100755 (executable)
@@ -54,6 +54,7 @@ cp config-recursor.h $DIRNAME/config.h
 cat >>$DIRNAME/config.h <<EOF
 #define VERSION "$VERSION"
 #define DIST_HOST "$DIST_HOST"
+#define HAVE_BOOST 1
 EOF
 mkdir -p $DIRNAME/ext/rapidjson/include/rapidjson/internal
 cp -a ext/rapidjson/include/rapidjson/*.h $DIRNAME/ext/rapidjson/include/rapidjson/
@@ -63,6 +64,7 @@ cp -a ext/polarssl-1.3.2/include/polarssl/config.h ext/polarssl-1.3.2/include/po
 mkdir -p $DIRNAME/ext/polarssl-1.3.2/library
 cp -a ext/polarssl-1.3.2/library/aes.c ext/polarssl-1.3.2/library/padlock.c $DIRNAME/ext/polarssl-1.3.2/library
 cp -a ext/yahttp/ $DIRNAME/ext/yahttp
+echo '#include "../../../config.h"' > $DIRNAME/ext/yahttp/yahttp/yahttp-config.h
 mkdir $DIRNAME/rrd
 cp tools/rrd/{create,update,makegraphs,index.html} $DIRNAME/rrd
 cp dnslabeltext.rl $DIRNAME