Default gumstix configuration changed
[gumsense-br.git] / package / asterisk / asterisk-no-res-ninit.patch
blobd94e6389e4a3b79457bd5f2cbe636a74d60b2a09
1 --- asterisk-1.2.14/dns.c 2005-11-29 11:24:39.000000000 -0700
2 +++ buildroot/build_arm_nofpu/asterisk-1.2.14/dns.c 2006-12-18 06:29:50.000000000 -0700
3 @@ -173,7 +173,7 @@
4 return 0;
7 -#if defined(res_ninit)
8 +#if defined(res_ninit) && !defined(__UCLIBC__)
9 #define HAS_RES_NINIT
10 #else
11 AST_MUTEX_DEFINE_STATIC(res_lock);