Files
telephony/net/rtpproxy/patches/102-don-t-build-rtpproxy_debug.patch
Daniel Golle d1c2023088 rtpproxy: fix build on musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 13:48:30 +02:00

24 lines
967 B
Diff

Index: rtpproxy-2.0.0/src/Makefile.am
===================================================================
--- rtpproxy-2.0.0.orig/src/Makefile.am
+++ rtpproxy-2.0.0/src/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS=rtpproxy rtpproxy_debug
+bin_PROGRAMS=rtpproxy
rtpproxy_SOURCES=main.c rtp.h rtp_server.c rtp_server.h \
rtpp_defines.h rtpp_log.h rtpp_record.c rtpp_record.h rtpp_session.h \
rtpp_util.c rtpp_util.h rtp.c rtp_resizer.c rtp_resizer.h rtpp_session.c \
Index: rtpproxy-2.0.0/src/Makefile.in
===================================================================
--- rtpproxy-2.0.0.orig/src/Makefile.in
+++ rtpproxy-2.0.0/src/Makefile.in
@@ -78,7 +78,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-bin_PROGRAMS = rtpproxy$(EXEEXT) rtpproxy_debug$(EXEEXT)
+bin_PROGRAMS = rtpproxy$(EXEEXT)
subdir = src
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(srcdir)/config.h.in $(top_srcdir)/depcomp