Commit 329f68e7 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

asterisk: mark as BROKEN and remove obsolete patch

Asterisk seems to have moved to a auto* build system, so the .mk has to be
more or less completely rewritten.
parent 3ba91efe
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
comment "asterisk	- is currently broken due to a bad patch"
	depends on BR2_PACKAGE_ASTERISK

config BR2_PACKAGE_ASTERISK
	bool "asterisk"
	depends on BROKEN
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_ZLIB
	depends on BR2_PACKAGE_OPENSSL
+0 −12
Original line number Diff line number Diff line
diff -ur /tmp/asterisk-1.2.0-beta1/dns.c asterisk-1.2.0-beta1/dns.c
--- /tmp/asterisk-1.2.0-beta1/dns.c	2005-08-14 04:23:33.000000000 +0200
+++ asterisk-1.2.0-beta1/dns.c	2005-08-31 09:42:36.000000000 +0200
@@ -157,7 +157,7 @@
 	return 0;
 }
 
-#if defined(res_ninit)
+#if (defined(res_ninit) && !defined(__UCLIBC__))
 #define HAS_RES_NINIT
 #else
 AST_MUTEX_DEFINE_STATIC(res_lock);