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

(-)a/php-8.0.1.ebuild (-6 / +8 lines)
Lines 39-45 IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk Link Here
39
	+flatfile ftp gd gdbm gmp +iconv imap inifile
39
	+flatfile ftp gd gdbm gmp +iconv imap inifile
40
	intl iodbc ipv6 kerberos ldap ldap-sasl libedit libressl lmdb
40
	intl iodbc ipv6 kerberos ldap ldap-sasl libedit libressl lmdb
41
	mhash mssql mysql mysqli nls
41
	mhash mssql mysql mysqli nls
42
	oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
42
	oci8-instant-client odbc +opcache pcre-jit pcntl pdo +phar +posix postgres qdbm
43
	readline selinux +session session-mm sharedmem
43
	readline selinux +session session-mm sharedmem
44
	+simplexml snmp soap sockets sodium spell sqlite ssl
44
	+simplexml snmp soap sockets sodium spell sqlite ssl
45
	sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode webp
45
	sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode webp
Lines 108-113 COMMON_DEPEND=" Link Here
108
	nls? ( sys-devel/gettext )
108
	nls? ( sys-devel/gettext )
109
	oci8-instant-client? ( dev-db/oracle-instantclient-basic )
109
	oci8-instant-client? ( dev-db/oracle-instantclient-basic )
110
	odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( >=dev-db/unixODBC-1.8.13 ) )
110
	odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( >=dev-db/unixODBC-1.8.13 ) )
111
	pcre-jit? ( dev-libs/libpcre2[jit] )
111
	postgres? ( >=dev-db/postgresql-9.1:* )
112
	postgres? ( >=dev-db/postgresql-9.1:* )
112
	qdbm? ( dev-db/qdbm )
113
	qdbm? ( dev-db/qdbm )
113
	readline? ( sys-libs/readline:0= )
114
	readline? ( sys-libs/readline:0= )
Lines 409-419 src_configure() { Link Here
409
410
410
	# we use the system copy of pcre
411
	# we use the system copy of pcre
411
	# --with-external-pcre affects ext/pcre
412
	# --with-external-pcre affects ext/pcre
412
	# Many arches don't support pcre-jit
413
	our_conf+=( --with-external-pcre )
413
	our_conf+=(
414
414
		--with-external-pcre
415
	# Disable PCRE JIT unless requested
415
		--without-pcre-jit
416
	if ! use pcre-jit ; then
416
	)
417
		our_conf+=( --without-pcre-jit )
418
	fi
417
419
418
	# Catch CFLAGS problems
420
	# Catch CFLAGS problems
419
	# Fixes bug #14067.
421
	# Fixes bug #14067.

Return to bug 764866