projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0827fe8
)
This is for postgres, not mysql now. (it was buggin me)
author
Jeremy McNamara
<jj@nufone.net>
Sat, 1 Nov 2003 11:26:28 +0000
(11:26 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Sat, 1 Nov 2003 11:26:28 +0000
(11:26 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1683
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
cdr/Makefile
patch
|
blob
|
history
diff --git
a/cdr/Makefile
b/cdr/Makefile
index
51afa66
..
3f5629a
100755
(executable)
--- a/
cdr/Makefile
+++ b/
cdr/Makefile
@@
-16,7
+16,7
@@
MODS=cdr_csv.so
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)