summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-15 08:22:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-15 08:22:57 +0000
commita8780cfe237c54b9d0f606ef038b6ecbd3cf633e (patch)
treed593a0cd1421310536685952b23c32162d3f3af5 /openwrt/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch
parente3f2355a129d934a24400f9931f5bd1570995ce4 (diff)
downloadmtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.zip
mtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.tar.gz
mtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.tar.bz2
update asterisk to new upstream release (v1.2.1)
SVN-Revision: 2682
Diffstat (limited to 'openwrt/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch')
-rw-r--r--openwrt/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch b/openwrt/package/asterisk/patches/asterisk-1.2.0-compat-getloadavg.patch
new file mode 100644
index 0000000..a909513
--- /dev/null
+++ b/openwrt/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__