diff options
Diffstat (limited to 'patches/php/php.SlackBuild')
-rwxr-xr-x | patches/php/php.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 76265378..ae422e09 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -191,6 +191,7 @@ 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 |