From b854496b5c3733d24051f8307345ad011cf66ef3 Mon Sep 17 00:00:00 2001 From: Nathan Angelacos Date: Wed, 11 Mar 2015 01:22:25 +0000 Subject: main/rtpproxy: Version bump to 2.0.0 new subpackage: rtpproxy-debug --- main/rtpproxy/prevent-pthread-from-running-macro.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/rtpproxy/prevent-pthread-from-running-macro.patch (limited to 'main/rtpproxy/prevent-pthread-from-running-macro.patch') 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 000000000..6f63ea6bc --- /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 + #include + ++#include ++ + #undef malloc + #define malloc(n) rtpp_memdeb_malloc((n), __FILE__, __LINE__, __func__) + #undef free -- cgit v1.2.3