mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
This is for postgres, not mysql now. (it was buggin me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1683 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user