Skip to content
Snippets Groups Projects
Commit 840e27bd authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

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
parent 0827fe8b
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment