|
Lines 43-50
Link Here
|
| 43 |
# Where we work |
43 |
# Where we work |
| 44 |
S=${WORKDIR}/${MY_P} |
44 |
S=${WORKDIR}/${MY_P} |
| 45 |
|
45 |
|
| 46 |
IUSE="X crypt curl firebird flash freetds gd gd-external gdbm imap informix ipv6 |
46 |
IUSE="X crypt curl firebird flash freetds gd gd-external gdbm imap informix ipv6 java jpeg ldap mcal memlimit mysql nls oci8 odbc pam png postgres snmp spell ssl tiff truetype xml2 yaz fdftk doc gmp kerberos hardenedphp mssql debug" |
| 47 |
java jpeg ldap mcal memlimit mysql nls oci8 oracle-instantclient odbc pam png postgres snmp spell ssl tiff truetype xml2 yaz fdftk doc gmp kerberos hardenedphp mssql debug" |
|
|
| 48 |
|
47 |
|
| 49 |
# Hardened-PHP support |
48 |
# Hardened-PHP support |
| 50 |
# |
49 |
# |
|
Lines 110-117
Link Here
|
| 110 |
doc? ( app-doc/php-docs ) |
109 |
doc? ( app-doc/php-docs ) |
| 111 |
gmp? ( dev-libs/gmp ) |
110 |
gmp? ( dev-libs/gmp ) |
| 112 |
mssql? ( dev-db/freetds ) |
111 |
mssql? ( dev-db/freetds ) |
| 113 |
kerberos? ( virtual/krb5 ) |
112 |
kerberos? ( virtual/krb5 )" |
| 114 |
oracle-instantclient? ( dev-db/oracle-instantclient-basic )" |
|
|
| 115 |
|
113 |
|
| 116 |
# USE structure doesn't support ~x86 |
114 |
# USE structure doesn't support ~x86 |
| 117 |
#if hasq '~x86' $ACCEPT_KEYWORDS; then |
115 |
#if hasq '~x86' $ACCEPT_KEYWORDS; then |
|
Lines 372-383
Link Here
|
| 372 |
myconf="${myconf} --without-tiff" |
370 |
myconf="${myconf} --without-tiff" |
| 373 |
fi |
371 |
fi |
| 374 |
|
372 |
|
| 375 |
if [ ${ARCH} == x86 || ${ARCH} == amd64 || ${ARCH} == ia64 ]; then |
|
|
| 376 |
if use oracle-instantclient; then |
| 377 |
myconf="${myconf} --with-oci8-instant-client" |
| 378 |
fi |
| 379 |
fi |
| 380 |
|
| 381 |
if use mysql; then |
373 |
if use mysql; then |
| 382 |
# check for mysql4.1 and mysql4.1 support in this php |
374 |
# check for mysql4.1 and mysql4.1 support in this php |
| 383 |
if [ -n "`mysql_config | grep '4.1'`" ] && grep -q -- '--with-mysqli' configure; then |
375 |
if [ -n "`mysql_config | grep '4.1'`" ] && grep -q -- '--with-mysqli' configure; then |