Module: sip-router
Branch: janakj/postgres
Commit: d6eb6d0550bcefe15aac8d3ba9dd595daf48b9bf
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6eb6d0…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Sep 13 13:53:11 2005 +0000
- 0.9.4 changes forward ported (docs, radius Makefile *bsd update, postgress
Makefile *bsd update a.s.o)
---
modules/db_postgres/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/db_postgres/Makefile b/modules/db_postgres/Makefile
index 342e8a3..225db9b 100644
--- a/modules/db_postgres/Makefile
+++ b/modules/db_postgres/Makefile
@@ -8,6 +8,7 @@ NAME=postgres.so
# libpq-fe.h locations
DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/pgsql/include \
+ -I$(LOCALBASE)/include/postgresql \
-I/usr/include/postgresql -I/usr/include/postgresql/8.0 \
-I/usr/include/pgsql/
LIBS=-L$(LOCALBASE)/lib -L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql -L /usr/lib
-lpq