Build on newer Debian, if enabled postgres.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 8 Mar 2010 15:46:51 +0000 (15:46 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 8 Mar 2010 15:46:51 +0000 (15:46 +0000)
org.glite.lbjp-common.db/Makefile

index 31c0c99..5775df2 100644 (file)
@@ -29,7 +29,7 @@ MYSQL_SONAME:=$(shell ../project/get_soname.sh mysqlclient ${mysql-devel_prefix}
 PSQL_SONAME:=$(shell ../project/get_soname.sh pq ${postgresql_prefix}/${libdir} ${postgresql_prefix}/lib)
 
 MYSQL_CPPFLAGS:=-I${mysql-devel_prefix}/include -I${mysql-devel_prefix}/include/mysql
-PSQL_CPPFLAGS:=-I${postgresql_prefix}/include
+PSQL_CPPFLAGS:=-I${postgresql_prefix}/include -I${postgresql_prefix}/include/postgresql
 
 
 CFLAGS:= \