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/musl-fix-headers.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/musl-fix-headers.patch')
-rw-r--r-- | main/rtpproxy/musl-fix-headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/rtpproxy/musl-fix-headers.patch b/main/rtpproxy/musl-fix-headers.patch new file mode 100644 index 0000000000..e2ed24c2e8 --- /dev/null +++ b/main/rtpproxy/musl-fix-headers.patch @@ -0,0 +1,10 @@ +--- ./src/rtpp_util.c.orig ++++ ./src/rtpp_util.c +@@ -28,7 +28,6 @@ + + #include <sys/time.h> + #include <sys/types.h> +-#include <sys/sysctl.h> + #include <sys/resource.h> + #include <errno.h> + #include <fcntl.h> |