diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-08-08 18:27:32 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-08-08 18:27:32 +0000 |
commit | 4f04f6228aebccae160e5694c34e5e621579dc9b (patch) | |
tree | 66f48d5c0b64c3c486421263def7d8f601e89862 /packages/asterisk/asterisk-1.2.24/uclibc-compat-getloadavg.patch | |
parent | 23565dca658348d15acb9fc272be7d9e8d28a6e2 (diff) |
packages/asterisk/asterisk_1.2.24.bb: New package asterisk_1.2.24
Digium release note :Version 1.2.24 is the final 1.2 release that contains normal bug fixes.
The 1.2 branch will only be maintained with security fix releases from now until it is completely deprecated
mental note : get 1.4 working from the bugtracker
Diffstat (limited to 'packages/asterisk/asterisk-1.2.24/uclibc-compat-getloadavg.patch')
-rw-r--r-- | packages/asterisk/asterisk-1.2.24/uclibc-compat-getloadavg.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.2.24/uclibc-compat-getloadavg.patch b/packages/asterisk/asterisk-1.2.24/uclibc-compat-getloadavg.patch new file mode 100644 index 0000000000..a909513b1c --- /dev/null +++ b/packages/asterisk/asterisk-1.2.24/uclibc-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__ |