|
@@ -8,7 +8,8 @@ NAME=postgres.so
|
|
|
|
|
|
# libpq-fe.h locations
|
|
|
DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/pgsql/include \
|
|
|
- -I/usr/include/postgresql -I/usr/include/postgresql/8.0
|
|
|
-LIBS=-L$(LOCALBASE)/lib -L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql -lpq
|
|
|
+ -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
|
|
|
|
|
|
include ../../Makefile.modules
|