Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=109f5a57614d29d381ce09dae7f65f7e6df24910
commit 109f5a57614d29d381ce09dae7f65f7e6df24910 Author: crazy <[EMAIL PROTECTED]> Date: Sun Nov 4 05:48:44 2007 +0100 php-5.2.4-2-i686 * relbump * added PDO support , atcually : * pdo_dblib pdo_mysql pdo_odbc pdo_pgsql pdo_sqlite * closes #2463 * also added mhash support diff --git a/source/devel/php/FrugalBuild b/source/devel/php/FrugalBuild index 81834bb..615e137 100644 --- a/source/devel/php/FrugalBuild +++ b/source/devel/php/FrugalBuild @@ -4,14 +4,15 @@ pkgname=php pkgver=5.2.4 -pkgrel=1 +pkgrel=2 pkgdesc="A widely-used general-purpose scripting language" url="http://www.php.net" backup=(etc/{php.ini,httpd/conf/modules.d/$pkgname.conf}) depends=('openssl' 'libjpeg' 'freetype2>=2.3.1' 'libpng' 'gdbm' 'libxslt' 'curl>=7.16.1' 'libxml2' 'libmcrypt' \ - 'libidn' 'libmysqlclient' 'libpq>=8.2.3' 'sqlite3') + 'libidn' 'libmysqlclient' 'libpq>=8.2.3' 'sqlite3' 're2c') provides=('php-pear-archive_tar' 'php-pear-console_getopt' 'php-pear-pear') -makedepends=('apache' 'imap>=2006e-2' 'bzip2' 'mta' 'tidy' 'freetds' 'mysql' 'postgresql>=8.2.3' 'openldap' 'libldap') +makedepends=('apache' 'imap>=2006e-2' 'bzip2' 'mta' 'tidy' 'freetds' 'mysql' \ + 'postgresql>=8.2.3' 'openldap' 'libldap' 'unixodbc' 'mhash') groups=('devel') archs=('i686' 'x86_64') up2date="lynx -dump http://www.php.net/downloads.php |grep 'Complete Source Code' -3|sed -n 's/.*P \(.*\)/\1/;2 p'" @@ -47,6 +48,11 @@ build() --enable-pcntl \ --enable-sysvmsg \ --enable-mbstring \ + --with-pdo-odbc=shared,unixODBC,/usr \ + --with-pdo-pgsql=shared,/usr \ + --with-pdo-mysql=shared,/usr \ + --with-pdo-dblib=shared \ + --with-pdo-sqlite=shared,/usr \ --without-db2 \ --without-db3 \ --with-ttf \ @@ -76,7 +82,8 @@ build() --with-ldap=shared \ --with-mssql=shared \ --with-mime-magic \ - --with-sqlite=shared" + --with-sqlite=shared \ + --with-mhash=shared,/usr" ## this is true for both # OK make install does not really like SMP and random dies so .. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
