many general bugfixes, important fixes to the pgsql module to support PostgreSQL transactions correctly, speedups, and a zlib output compressor.
17 lines
437 B
Makefile
17 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/05/14 14:12:32 jlam Exp $
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
MODNAME= mysql
|
|
CATEGORIES+= databases
|
|
PHP_PKG_VERS= # empty
|
|
|
|
COMMENT= PHP4 extension for MySQL databases
|
|
|
|
DEPENDS+= mysql-client>=3.23.35:../../databases/mysql-client
|
|
|
|
EVAL_PREFIX+= MYSQLDIR=mysql-client
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${MYSQLDIR}
|
|
LDFLAGS+= -Wl,-R${LOCALBASE}/lib/mysql
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|