[sr-dev] git:master:38f17e62: rtp_media_server: removed lib bcunit linking

Daniel-Constantin Mierla miconda at gmail.com
Thu Oct 20 20:26:23 CEST 2022


Module: kamailio
Branch: master
Commit: 38f17e622e8539883a7213acce3aed0635b11aff
URL: https://github.com/kamailio/kamailio/commit/38f17e622e8539883a7213acce3aed0635b11aff

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2022-10-20T20:24:17+02:00

rtp_media_server: removed lib bcunit linking

- not required for the code
- tested on debian 11

---

Modified: src/modules/rtp_media_server/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/38f17e622e8539883a7213acce3aed0635b11aff.diff
Patch: https://github.com/kamailio/kamailio/commit/38f17e622e8539883a7213acce3aed0635b11aff.patch

---

diff --git a/src/modules/rtp_media_server/Makefile b/src/modules/rtp_media_server/Makefile
index 18645c209a5..085fd1a381a 100644
--- a/src/modules/rtp_media_server/Makefile
+++ b/src/modules/rtp_media_server/Makefile
@@ -5,8 +5,7 @@ NAME=rtp_media_server.so
 DEFS+=-I$(LOCALBASE)/include
 
 ORTPLIBS=-lortp
-BCUNITLIBS=-lbcunit
 MS2LIBS=-lmediastreamer
 
-LIBS+=-L$(LOCALBASE)/lib $(ORTPLIBS) $(BCUNITLIBS) $(MS2LIBS)
+LIBS+=-L$(LOCALBASE)/lib $(ORTPLIBS) $(MS2LIBS)
 include ../../Makefile.modules




More information about the sr-dev mailing list