diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-01 05:21:16 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-01 05:21:16 +0000 |
commit | a45db7f9e7f94249a55ba19570d9cdc60185b4a8 (patch) | |
tree | c6bb57e746d51c1828b418aed6cf06d2e0911bc2 /packages/asterisk/asterisk-1.2.28/uclibc-compat-getloadavg.patch | |
parent | a9124b32637a3a1143b7fcc438bfd0ed7e136b28 (diff) |
packages/asterisk/asterisk_1.2.28.bb : Add asterisk version 1.2.28 that has some security
fixes
Diffstat (limited to 'packages/asterisk/asterisk-1.2.28/uclibc-compat-getloadavg.patch')
-rw-r--r-- | packages/asterisk/asterisk-1.2.28/uclibc-compat-getloadavg.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.2.28/uclibc-compat-getloadavg.patch b/packages/asterisk/asterisk-1.2.28/uclibc-compat-getloadavg.patch new file mode 100644 index 0000000000..a909513b1c --- /dev/null +++ b/packages/asterisk/asterisk-1.2.28/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__ |