[Asterisk-cvs] asterisk/channels Makefile,1.37,1.37.2.1

citats at lists.digium.com citats at lists.digium.com
Tue Mar 9 15:18:52 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	Makefile 
Log Message:
Fix chan_iax2 compiling with MYSQL_FRIENDS



Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -u -d -r1.37 -r1.37.2.1
--- Makefile	23 Jan 2004 20:57:48 -0000	1.37
+++ Makefile	9 Mar 2004 20:11:24 -0000	1.37.2.1
@@ -106,7 +106,7 @@
 
 chan_iax2.so: chan_iax2.o iax2-parser.o
 ifeq ($(USE_MYSQL_FRIENDS),1)
-	$(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o -lmysqlclient -lz
+	$(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o -L/usr/lib/mysql -lmysqlclient -lz
 else
 	$(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o
 endif




More information about the svn-commits mailing list