[Freeswitch-branches] [commit] r1805 - in freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip: . pjsdp
Freeswitch SVN
stkn at freeswitch.org
Mon Jul 10 01:10:25 EDT 2006
Author: stkn
Date: Mon Jul 10 01:10:24 2006
New Revision: 1805
Removed:
freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/pjsdp/build.mak
Modified:
freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile
freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/pjsdp/configure
Log:
Fix mod_pjsip makefile to call pjsdp configure and fix pjsdp configure to support ppc
Modified: freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile
==============================================================================
--- freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile (original)
+++ freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile Mon Jul 10 01:10:24 2006
@@ -39,6 +39,7 @@
depends:
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) $(PJ_PROJECT).tar.gz --prefix=$(PREFIX)
+ cd pjsdp; ./configure; cd $(srcdir)
%.o: %.c
$(CC) -fPIC $(CFLAGS) -c -o $@ $<
Modified: freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/pjsdp/configure
==============================================================================
--- freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/pjsdp/configure (original)
+++ freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/pjsdp/configure Mon Jul 10 01:10:24 2006
@@ -13,7 +13,7 @@
MACHINE_NAME=i386
elif echo $MACHINE | grep alpha > /dev/null; then
MACHINE_NAME=alpha
-elif echo $MACHINE | grep Mac > /dev/null; then
+elif echo $MACHINE | grep "Mac\|ppc\|powerpc" > /dev/null; then
MACHINE_NAME=powerpc
else
echo "Unable to detect processor type ('uname -m' == '$MACHINE')"
More information about the Freeswitch-branches
mailing list