[Asterisk-cvs] asterisk/channels Makefile,1.45,1.46

markster at lists.digium.com markster at lists.digium.com
Thu Apr 29 21:02:55 CDT 2004


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

Modified Files:
	Makefile 
Log Message:
Work properly with USE_SIP_MYSQL_FRIENDS set to 1 for linking


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Makefile	27 Apr 2004 21:30:32 -0000	1.45
+++ Makefile	30 Apr 2004 01:09:52 -0000	1.46
@@ -151,6 +151,8 @@
 chan_sip.so: chan_sip.o
 ifeq ($(USE_MYSQL_FRIENDS),1)
 	$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
+elifeq ($(USE_SIP_MYSQL_FRIENDS),1)
+	$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
 else
 	$(CC) $(SOLINK) -o $@ chan_sip.o
 endif




More information about the svn-commits mailing list