]> granicus.if.org Git - pdns/commitdiff
Don't include padlock code
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 16 Oct 2014 15:39:20 +0000 (17:39 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 16 Oct 2014 15:39:20 +0000 (17:39 +0200)
pdns/Makefile-recursor
pdns/dist-recursor

index f02b5dd669f26e64f96d12e2d4eb56237b14e55c..9cff5e26f16593a706933be3335f09b01fbcab7a 100644 (file)
@@ -20,7 +20,7 @@ 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 selectmplexer.o sillyrecords.o \
-dns_random.o ext/polarssl/library/aes.o ext/polarssl/library/padlock.o dnslabeltext.o \
+dns_random.o ext/polarssl/library/aes.o dnslabeltext.o \
 lua-pdns.o lua-recursor.o randomhelper.o recpacketcache.o dns.o \
 reczones.o base32.o nsecrecords.o json.o ws-recursor.o ws-api.o \
 version.o responsestats.o webserver.o ext/yahttp/yahttp/reqresp.o ext/yahttp/yahttp/router.o \
index 74298fa2adb33c404154fffc8c36c08895181b1b..449a4788d50d29ee0dfcfdf6cbd1a7cad269e25b 100755 (executable)
@@ -60,9 +60,9 @@ mkdir -p $DIRNAME/ext/rapidjson/include/rapidjson/internal
 cp -a ext/rapidjson/include/rapidjson/*.h $DIRNAME/ext/rapidjson/include/rapidjson/
 cp -a ext/rapidjson/include/rapidjson/internal/*.h $DIRNAME/ext/rapidjson/include/rapidjson/internal
 mkdir -p $DIRNAME/ext/polarssl/include/polarssl
-cp -a ext/polarssl/include/polarssl/config.h ext/polarssl/include/polarssl/check_config.h ext/polarssl/include/polarssl/aes.h ext/polarssl/include/polarssl/padlock.h ext/polarssl/include/polarssl/platform.h ext/polarssl/include/polarssl/version.h $DIRNAME/ext/polarssl/include/polarssl
+cp -a ext/polarssl/include/polarssl/config.h ext/polarssl/include/polarssl/check_config.h ext/polarssl/include/polarssl/aes.h ext/polarssl/include/polarssl/platform.h ext/polarssl/include/polarssl/version.h $DIRNAME/ext/polarssl/include/polarssl
 mkdir -p $DIRNAME/ext/polarssl/library
-cp -a ext/polarssl/library/aes.c ext/polarssl/library/padlock.c $DIRNAME/ext/polarssl/library
+cp -a ext/polarssl/library/aes.c $DIRNAME/ext/polarssl/library
 cp -a ext/yahttp/ $DIRNAME/ext/yahttp
 echo '#include "../../../config.h"' > $DIRNAME/ext/yahttp/yahttp/yahttp-config.h
 mkdir $DIRNAME/rrd