Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52677
Collapse All | Expand All

(-)/usr/portage/eclass/php-sapi.eclass (-4 / +8 lines)
Lines 45-51 Link Here
45
# Where we work
45
# Where we work
46
S=${WORKDIR}/${MY_P}
46
S=${WORKDIR}/${MY_P}
47
47
48
IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap informix ipv6 java jpeg ldap mcal memlimit mysql nls oci8 odbc pam pdflib png postgres qt snmp spell ssl tiff truetype xml2 yaz fdftk doc gmp kerberos hardenedphp mssql"
48
IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap informix ipv6 java jpeg ldap mcal memlimit mysql nls oci8 odbc pam pdflib png postgres qt snmp spell ssl tiff truetype xml2 yaz fdftk doc gmp kerberos hardenedphp mssql php-no-dbx"
49
49
50
# Hardened-PHP support
50
# Hardened-PHP support
51
51
Lines 393-401 Link Here
393
	#myconf="${myconf} `use_with cyrus`"
393
	#myconf="${myconf} `use_with cyrus`"
394
394
395
	# dbx AT LEAST one of mysql/odbc/postgres/oci8/mssql
395
	# dbx AT LEAST one of mysql/odbc/postgres/oci8/mssql
396
	use mysql || use odbc || use postgres || use oci8 || use mssql \
396
	if use php-no-dbx; then
397
		&& myconf="${myconf} --enable-dbx" \
397
		myconf="${myconf} --disable-dbx"
398
		|| myconf="${myconf} --disable-dbx"
398
	else
399
		use mysql || use odbc || use postgres || use oci8 || use mssql \
400
			&& myconf="${myconf} --enable-dbx" \
401
			|| myconf="${myconf} --disable-dbx"
402
	fi
399
403
400
	use imap && use ssl && \
404
	use imap && use ssl && \
401
	if [ -n "`strings ${ROOT}/usr/lib/c-client.a 2>/dev/null | grep ssl_onceonlyinit`" ]; then
405
	if [ -n "`strings ${ROOT}/usr/lib/c-client.a 2>/dev/null | grep ssl_onceonlyinit`" ]; then

Return to bug 52677