diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-27 14:22:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-27 14:22:20 +0100 |
commit | f233755ce70a0a0315ec8b1060ae135918038443 (patch) | |
tree | 1aeda1669f5f80318c822a8975e897aecb195980 | |
parent | b859fd4f4c2df1a7a34fa6106836a9478542b9fa (diff) |
cleanup
-rw-r--r-- | php-libvirt.spec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/php-libvirt.spec b/php-libvirt.spec index 154132f..9d50828 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -18,11 +18,6 @@ # c.f.: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/7EHQUO6JIFRE4KIQQMFVQCAQ72NLKARO/ %undefine _strict_symbol_defs_build -# The change to gcc10 to default to -fno-common breaks libvirt-php -# c.f.: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/3e759e70ac919595f45c1dc80c19fc8d3499b459 -# c.f.: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/MXKIKAV4GMS22TGAO5Y6ROQ76EG4GKW2/ -%define _legacy_common_support 1 - %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} # from upstream 1.2.9 (but seems wrong, missing VIR_STORAGE_VOL_CREATE_REFLINK) |