diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-11-07 16:16:22 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-11-07 16:16:22 +0000 |
commit | c0c99cf2dbcadd4dd518b4e1477d0aa7656ad8ec (patch) | |
tree | 63e3ca9a42947ffa56f7eff850d09a9bf360057a /patches/php/php.SlackBuild | |
parent | 1e525474894d12291acf919d78ac5469239e1b44 (diff) | |
download | slackbuilds-c0c99cf2dbcadd4dd518b4e1477d0aa7656ad8ec.tar.gz slackbuilds-c0c99cf2dbcadd4dd518b4e1477d0aa7656ad8ec.tar.bz2 |
patches/php: support for postgresql now just built with php-pgsql.SlackBuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@594 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches/php/php.SlackBuild')
-rwxr-xr-x | patches/php/php.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index ae422e09..76265378 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -191,7 +191,6 @@ CFLAGS="$SLKCFLAGS" \ --with-tsrm-pthreads \ --enable-shared \ --disable-debug \ - --with-pgsql \ --with-zlib=/usr $ADD_FLAGS || exit $ERROR_CONF # --with-mod_charset # only for Russian patched Apache # --with-readline=/usr # this is only for the CGI version |