]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build of exosip to configure jrtplib properly
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 29 Jan 2006 16:56:05 +0000 (16:56 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 29 Jan 2006 16:56:05 +0000 (16:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@474 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_exosip/Makefile
src/mod/endpoints/mod_exosip/mod_exosip.c

index 668de917eb83e5684b3d1cc743d9e0a29593529b..468495f749705c58ecb3a517759d16cab60978c3 100644 (file)
@@ -11,7 +11,7 @@ all:  depends $(MODNAME).so
 
 depends:
        $(BASE)/buildlib.sh $(BASE) install jthread-1.1.2.tar.gz --prefix=$(PREFIX)
-       $(BASE)/buildlib.sh $(BASE) install jrtplib-3.3.0.tar.gz --prefix=$(PREFIX)
+       $(BASE)/buildlib.sh $(BASE) install jrtplib-3.3.0.tar.gz --prefix=$(PREFIX) --with-jthread-includes=$(PREFIX)/include/jthread
        $(BASE)/buildlib.sh $(BASE) install jrtp4c --prefix=$(PREFIX)
        $(BASE)/buildlib.sh $(BASE) install libosip2-2.2.2.tar.gz --prefix=$(PREFIX)
        $(BASE)/buildlib.sh $(BASE) install libeXosip2-2.2.2.tar.gz --disable-josua --prefix=$(PREFIX)
index 1012d1f2e0d8ac31b53fe0ca97f312de8b02eb7d..e3ee432b4a6fd887816ab19b8d6a6116fb734122 100644 (file)
@@ -474,7 +474,6 @@ static void activate_rtp(struct private_object *tech_pvt)
 
 
 
-
        tech_pvt->rtp_session = jrtp4c_new(tech_pvt->local_sdp_audio_ip,
                                                                           tech_pvt->local_sdp_audio_port,
                                                                           tech_pvt->remote_sdp_audio_ip,