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

(-)/usr/portage/eclass/php5_2-sapi.eclass (-1 / +11 lines)
Lines 43-49 Link Here
43
	S="${WORKDIR}/${MY_PHP_P}"
43
	S="${WORKDIR}/${MY_PHP_P}"
44
fi
44
fi
45
45
46
IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cjk crypt ctype curl curlwrappers db2 dbase dbmaker debug doc empress empress-bcs esoob exif frontbase fdftk filter firebird flatfile ftp gd gd-external gdbm gmp hash iconv imap inifile interbase iodbc ipv6 java-external json kerberos ldap ldap-sasl libedit mcve mhash msql mssql mysql mysqli ncurses nls oci8 oci8-instant-client odbc pcntl pcre pdo pic posix postgres qdbm readline reflection recode sapdb session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl suhosin sybase sybase-ct sysvipc tidy tokenizer truetype unicode wddx xml xmlreader xmlwriter xmlrpc xpm xsl yaz zip zlib"
46
IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cjk crypt ctype curl curlwrappers db2 dbase dbmaker debug doc empress empress-bcs esoob exif frontbase fdftk filter firebird flatfile ftp gd gd-external gdbm gmp hash iconv imap inifile interbase iodbc ipv6 java-external json kerberos ldap ldap-sasl libedit mcve mhash msql mssql mysql mysqli ncurses nls oci8 oci8-instant-client odbc pcntl pcre pdo pic posix postgres qdbm readline reflection recode sapdb session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite sqlite3 ssl suhosin sybase sybase-ct sysvipc tidy tokenizer truetype unicode wddx xml xmlreader xmlwriter xmlrpc xpm xsl yaz zip zlib"
47
47
48
# these USE flags should have the correct dependencies
48
# these USE flags should have the correct dependencies
49
DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 )
49
DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 )
Lines 95-100 Link Here
95
		solid? ( >=dev-db/unixODBC-1.8.13 )
95
		solid? ( >=dev-db/unixODBC-1.8.13 )
96
		spell? ( >=app-text/aspell-0.50 )
96
		spell? ( >=app-text/aspell-0.50 )
97
		sqlite? ( =dev-db/sqlite-2* pdo? ( =dev-db/sqlite-3* ) )
97
		sqlite? ( =dev-db/sqlite-2* pdo? ( =dev-db/sqlite-3* ) )
98
		sqlite3? ( =dev-db/sqlite-3* )
98
		ssl? ( >=dev-libs/openssl-0.9.7 )
99
		ssl? ( >=dev-libs/openssl-0.9.7 )
99
		sybase? ( dev-db/freetds )
100
		sybase? ( dev-db/freetds )
100
		tidy? ( app-text/htmltidy )
101
		tidy? ( app-text/htmltidy )
Lines 614-619 Link Here
614
		phpconfutils_extension_enable		"sqlite-utf8"	"unicode"	0
615
		phpconfutils_extension_enable		"sqlite-utf8"	"unicode"	0
615
	fi
616
	fi
616
617
618
	# SQLite 3 support
619
	if ! use sqlite3 && ! phpconfutils_usecheck sqlite3 ; then
620
		phpconfutils_extension_without		"sqlite3"	"sqlite3"	0
621
	else
622
		phpconfutils_extension_with		"sqlite3"	"sqlite3"	0 "/usr"
623
		phpconfutils_extension_enable		"sqlite3-utf8"	"unicode"	0
624
	fi
625
		
626
617
	# Fix ELF-related problems
627
	# Fix ELF-related problems
618
	if use pic || phpconfutils_usecheck pic ; then
628
	if use pic || phpconfutils_usecheck pic ; then
619
		einfo "Enabling PIC support"
629
		einfo "Enabling PIC support"

Return to bug 294944