[Asterisk-cvs] asterisk/apps Makefile,1.47,1.48

jeremy at lists.digium.com jeremy at lists.digium.com
Sun Jan 11 03:16:28 CST 2004


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

Modified Files:
	Makefile 
Log Message:
include the standard mysql lib dir. Bug #533


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Makefile	11 Jan 2004 07:37:47 -0000	1.47
+++ Makefile	11 Jan 2004 09:08:14 -0000	1.48
@@ -69,7 +69,7 @@
 
 app_voicemail.so : app_voicemail.o
 ifeq ($(USE_MYSQL_VM_INTERFACE),1)
-	$(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -lmysqlclient -lz
+	$(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz
 else
 ifeq ($(USE_POSTGRES_VM_INTERFACE),1)
 	$(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -lpq




More information about the svn-commits mailing list