Browse Source

php: added pg82 reference.

user/amery/next/luajit
Nagy Karoly Gabriel 13 years ago committed by Alejandro Mery
parent
commit
67f0708cfb
  1. 6
      develop/php/php.conf

6
develop/php/php.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../php/php.conf # Filename: package/.../php/php.conf
# Copyright (C) 2006 - 2011 The OpenSDE Project # Copyright (C) 2006 - 2012 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -35,7 +35,9 @@ libjpeg:jpeg-dir libpng:png-dir freetype1:ttf; do
fi fi
done done
for x in postgresql:pgsql openldap:ldap libmcrypt:mcrypt \ # pg82 is a separately maintained postgresql version 8.2.x
# please do not remove it
for x in postgresql:pgsql pg82:pgsql openldap:ldap libmcrypt:mcrypt \
freetype pcre:pcre-regex; do freetype pcre:pcre-regex; do
if pkginstalled "${x%:*}"; then if pkginstalled "${x%:*}"; then
var_append extraconfopt " " "--with-${x#*:}=$( pkgprefix -r ${x%:*} )" var_append extraconfopt " " "--with-${x#*:}=$( pkgprefix -r ${x%:*} )"

Loading…
Cancel
Save