[Asterisk-cvs] asterisk/channels Makefile,1.37.2.6,1.37.2.7

markster at lists.digium.com markster at lists.digium.com
Thu Apr 29 21:04:54 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv19401/channels

Modified Files:
      Tag: v1-0_stable
	Makefile 
Log Message:
Fix linkage for chan_sip.so 


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.37.2.6
retrieving revision 1.37.2.7
diff -u -d -r1.37.2.6 -r1.37.2.7
--- Makefile	25 Mar 2004 19:43:36 -0000	1.37.2.6
+++ Makefile	30 Apr 2004 01:11:50 -0000	1.37.2.7
@@ -138,6 +138,8 @@
 chan_sip.so: chan_sip.o
 ifeq ($(USE_MYSQL_FRIENDS),1)
 	$(CC) $(SOLINK) -o $@ chan_sip.o -L/usr/lib/mysql -lmysqlclient -lz
+elifeq ($(USE_SIP_MYSQL_FRIENDS),1)
+	$(CC) $(SOLINK) -o $@ chan_sip.o -L/usr/lib/mysql -lmysqlclient -lz
 else
 	$(CC) $(SOLINK) -o $@ chan_sip.o
 endif




More information about the svn-commits mailing list