From afc88b6dac3a43a7ca58bdf7f32a1c4eaf467251 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 25 Mar 2001 22:02:47 +0000 Subject: Add Interbase 6 database support (Firebird). (I had no chance to test it...) PR: ports/25908 Submitted by: Chris Knight --- www/mod_php3/scripts/configure.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/mod_php3/scripts') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 6cc80ec84676..b09c72ded1d5 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -22,6 +22,7 @@ MySQL "MySQL database support" ON \ PostgreSQL "PostgreSQL database support" OFF \ SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ +Interbase "Interbase 6 database support (Firebird)" OFF \ dBase "dBase database support" OFF \ OpenLDAP "OpenLDAP support" OFF \ SNMP "SNMP support" OFF \ @@ -127,6 +128,11 @@ while [ "$1" ]; do fi SYBASECT=1 ;; + \"Interbase\") + echo "LIB_DEPENDS+= gds.1:\${PORTSDIR}/databases/firebird" + echo "CONFIGURE_ARGS+=--with-interbase=\${PREFIX}/firebird" + LIBS="${LIBS} -L\${PREFIX}/firebird/lib" + ;; \"dBase\") echo "CONFIGURE_ARGS+=--with-dbase" ;; -- cgit v1.2.3