From 4f04f6228aebccae160e5694c34e5e621579dc9b Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Wed, 8 Aug 2007 18:27:32 +0000 Subject: packages/asterisk/asterisk_1.2.24.bb: New package asterisk_1.2.24 Digium release note :Version 1.2.24 is the final 1.2 release that contains normal bug fixes. The 1.2 branch will only be maintained with security fix releases from now until it is completely deprecated mental note : get 1.4 working from the bugtracker --- packages/asterisk/asterisk-1.2.24/uclibc-dns.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/asterisk/asterisk-1.2.24/uclibc-dns.patch (limited to 'packages/asterisk/asterisk-1.2.24/uclibc-dns.patch') diff --git a/packages/asterisk/asterisk-1.2.24/uclibc-dns.patch b/packages/asterisk/asterisk-1.2.24/uclibc-dns.patch new file mode 100644 index 0000000000..4ba8b6205b --- /dev/null +++ b/packages/asterisk/asterisk-1.2.24/uclibc-dns.patch @@ -0,0 +1,18 @@ +--- /orig-dns.c 2007-07-16 23:46:58.000000000 +0300 ++++ /dns.c 2007-07-26 16:29:44.000000000 +0300 +@@ -237,7 +237,14 @@ + #if defined(res_ndestroy) + #define HAS_RES_NDESTROY + #endif +-#else ++#endif ++ ++#ifdef __UCLIBC__ ++#undef HAS_RES_NINIT ++#undef HAS_RES_NDESTROY ++#endif ++ ++#ifndef HAS_RES_NINIT + AST_MUTEX_DEFINE_STATIC(res_lock); + #if 0 + #warning "Warning, res_ninit is missing... Could have reentrancy issues" -- cgit v1.2.3