mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/libvirt-php: Apply gcc-10 workaround
Closes: https://bugs.gentoo.org/728326 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -8,7 +8,7 @@ PHP_EXT_SKIP_PHPIZE="yes"
|
||||
USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
|
||||
PHP_EXT_ECONF_ARGS=()
|
||||
|
||||
inherit php-ext-source-r3 autotools
|
||||
inherit php-ext-source-r3 autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="PHP bindings for libvirt"
|
||||
HOMEPAGE="http://libvirt.org/php/"
|
||||
@@ -50,6 +50,11 @@ src_prepare() {
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cflags -fcommon
|
||||
php-ext-source-r3_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local slot
|
||||
for slot in $(php_get_slots); do
|
||||
|
||||
Reference in New Issue
Block a user