summaryrefslogtreecommitdiff
path: root/package/asterisk/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-03-07 16:54:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-03-07 16:54:59 +0100
commit2261e8e2b3cda815ac79bd934756b94a3fa67fe5 (patch)
tree11c3604a9fc87212d4f5816adc5a49be71407d7a /package/asterisk/patches
parentff59ef698400eb0c780ea4061fbc99a010e3f7e2 (diff)
parenta780596029eee0dd03d1e4ad0ad37d845413d5a1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/asterisk/patches')
-rw-r--r--package/asterisk/patches/patch-main_dns_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/asterisk/patches/patch-main_dns_c b/package/asterisk/patches/patch-main_dns_c
new file mode 100644
index 000000000..0c3684d52
--- /dev/null
+++ b/package/asterisk/patches/patch-main_dns_c
@@ -0,0 +1,11 @@
+--- asterisk-1.8.20.1.orig/main/dns.c 2012-06-15 17:56:08.000000000 +0200
++++ asterisk-1.8.20.1/main/dns.c 2013-03-05 14:49:01.000000000 +0100
+@@ -45,6 +45,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
+ #include "asterisk/dns.h"
+ #include "asterisk/endian.h"
+
++#undef HAVE_RES_NINIT
++
+ #define MAX_SIZE 4096
+
+ #ifdef __PDP_ENDIAN