From 1b16374fc8a8d2cafc68fe30a96b6ecb27d178ff Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 15 Dec 2005 08:22:57 +0000 Subject: update asterisk to new upstream release (v1.2.1) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2682 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch (limited to 'package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch') diff --git a/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch b/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch new file mode 100644 index 000000000..a909513b1 --- /dev/null +++ b/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch @@ -0,0 +1,13 @@ +diff -ruN asterisk-1.2.0-old/include/asterisk/compat.h asterisk-1.2.0-new/include/asterisk/compat.h +--- asterisk-1.2.0-old/include/asterisk/compat.h 2005-11-08 05:13:19.000000000 +0100 ++++ asterisk-1.2.0-new/include/asterisk/compat.h 2005-12-04 05:32:31.000000000 +0100 +@@ -75,7 +75,9 @@ + #define HAVE_STRTOQ + + #ifdef _BSD_SOURCE ++#ifndef __UCLIBC__ + #define HAVE_GETLOADAVG ++#endif /* __UCLIBC__ */ + #endif + + #ifdef __linux__ -- cgit v1.2.3