Postgres is no longer in LOCALBASE/pgsql it seems
This commit is contained in:
parent
437062e47b
commit
b7d18e134a
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 1999/12/02 01:47:06 darcy Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2000/04/02 16:40:41 hubertf Exp $
|
||||
#
|
||||
|
||||
PKGNAME= php-pgsql-${PHP_VERSION}
|
||||
|
@ -11,8 +11,8 @@ BUILDING_EXTENSION_MODULE=yes
|
|||
|
||||
do-build:
|
||||
cd ${WRKSRC}/functions && \
|
||||
${COMPILE.c} -I.. -I. -I${LOCALBASE}/pgsql/include -fPIC -DPIC -DCOMPILE_DL pgsql.c && \
|
||||
ld -Bshareable -o pgsql.so pgsql.o -L${LOCALBASE}/pgsql/lib -R${LOCALBASE}/pgsql/lib -lpq
|
||||
${COMPILE.c} -I.. -I. -I${LOCALBASE}/include -fPIC -DPIC -DCOMPILE_DL pgsql.c && \
|
||||
ld -Bshareable -o pgsql.so pgsql.o -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lpq
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/functions/pgsql.so ${PREFIX}/lib/php3/
|
||||
|
|
Loading…
Reference in a new issue