aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-07 15:11:37 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-07 15:11:37 +0000
commit1e525474894d12291acf919d78ac5469239e1b44 (patch)
tree915b129ddd512f94a73628ef96c708b0d249f759 /patches
parent582a41758b71cf9c51906a7cd1f7cb876513592d (diff)
downloadslackbuilds-1e525474894d12291acf919d78ac5469239e1b44.tar.gz
slackbuilds-1e525474894d12291acf919d78ac5469239e1b44.tar.bz2
patches/php: added --with-pgsql
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@593 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/php/php.SlackBuild1
-rwxr-xr-xpatches/php/php4-snapshot.SlackBuild1
-rw-r--r--patches/php/slack-required1
3 files changed, 3 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
diff --git a/patches/php/php4-snapshot.SlackBuild b/patches/php/php4-snapshot.SlackBuild
index b33775cc..b6a7f172 100755
--- a/patches/php/php4-snapshot.SlackBuild
+++ b/patches/php/php4-snapshot.SlackBuild
@@ -189,6 +189,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
diff --git a/patches/php/slack-required b/patches/php/slack-required
index 788f2359..fdb70fdb 100644
--- a/patches/php/slack-required
+++ b/patches/php/slack-required
@@ -1 +1,2 @@
libiconv
+postgresql