diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2015-03-11 01:22:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-12 17:29:14 +0000 |
commit | b854496b5c3733d24051f8307345ad011cf66ef3 (patch) | |
tree | 7ec74ae93b2f8548a5cbaee63817c522e258315c /main/rtpproxy/prevent-pthread-from-running-macro.patch | |
parent | f63a6696c436b6e38955b4b6c36316cdf5be5433 (diff) | |
download | aports-b854496b5c3733d24051f8307345ad011cf66ef3.tar.bz2 aports-b854496b5c3733d24051f8307345ad011cf66ef3.tar.xz |
main/rtpproxy: Version bump to 2.0.0
new subpackage: rtpproxy-debug
Diffstat (limited to 'main/rtpproxy/prevent-pthread-from-running-macro.patch')
-rw-r--r-- | main/rtpproxy/prevent-pthread-from-running-macro.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/rtpproxy/prevent-pthread-from-running-macro.patch b/main/rtpproxy/prevent-pthread-from-running-macro.patch new file mode 100644 index 0000000000..6f63ea6bc4 --- /dev/null +++ b/main/rtpproxy/prevent-pthread-from-running-macro.patch @@ -0,0 +1,11 @@ +--- ./src/rtpp_memdeb.h.orig ++++ ./src/rtpp_memdeb.h +@@ -29,6 +29,8 @@ + #include <string.h> + #include <stdlib.h> + ++#include <pthread.h> ++ + #undef malloc + #define malloc(n) rtpp_memdeb_malloc((n), __FILE__, __LINE__, __func__) + #undef free |