From a5252199bce800136c3427af7e070db7842c6c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 8 Feb 2012 10:46:46 +0200 Subject: main/asterisk: disable res_n* interface manually uclibc-0.9.33 implements res_ninit but not res_nquery or others. The configure checks only for res_ninit and assumes other functions are then present too, but this breaks build against new uclibc. Just disable the res_ninit check for now. --- main/asterisk/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main/asterisk') diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index adb0664cba..1559b7ee92 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -41,6 +41,7 @@ prepare() { sed -i -e 's:lua5.1/::' pbx/pbx_lua.c sed -i -e 's/PBX_ICONV=1/PBX_ICONV=0/g' configure.ac + sed -i -e 's/int foo = res_ninit(NULL);/res_ninit_is_not_really_here();/g' configure.ac ./bootstrap.sh } -- cgit v1.2.3