[Asterisk-cvs] asterisk/cdr Makefile,1.10,1.11
jeremy at lists.digium.com
jeremy at lists.digium.com
Sat Nov 1 05:00:19 CST 2003
Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv31405
Modified Files:
Makefile
Log Message:
This is for postgres, not mysql now. (it was buggin me)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 26 Oct 2003 18:50:49 -0000 1.10
+++ Makefile 1 Nov 2003 11:26:28 -0000 1.11
@@ -16,7 +16,7 @@
CFLAGS+=-fPIC
#
-# MySQL stuff... Autoconf anyone??
+# PGSQL stuff... Autoconf anyone??
#
MODS+=$(shell if [ -d /usr/local/pgsql/include ] || [ -d /usr/include/pgsql ] || [ -d /usr/local/include/pgsql ] || [ -d /opt/pgsql/include ] || [ -f /usr/include/libpq-fe.h ] ; then echo "cdr_pgsql.so"; fi)
CFLAGS+=$(shell if [ -d /usr/local/pgsql/include ]; then echo "-I/usr/local/pgsql/include"; fi)
More information about the svn-commits
mailing list