diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-10 13:34:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-10 13:34:40 +0100 |
commit | 8da1ae39eccbfff8fdf2036908fe001d95238486 (patch) | |
tree | fb911a056e99df978b875b736ff5c21b69a8b39b /macros-build | |
parent | 9927b40ce0ae958b813af5af36b7a1b30eeee730 (diff) |
fix override for pecl_xmldir (F24)
Diffstat (limited to 'macros-build')
-rw-r--r-- | macros-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros-build b/macros-build index 6a9f923..03ff02d 100644 --- a/macros-build +++ b/macros-build @@ -4,9 +4,9 @@ %{?@SCL@___pear:%global __pear %@SCL@___pear} %{?@SCL@___pecl:%global __pecl %@SCL@___pecl} %{?@SCL@___php:%global __php %@SCL@___php} + %{?@SCL@_pecl_xmldir:%global pecl_xmldir %@SCL@_pecl_xmldir} %global pear_metadir %@SCL@_pear_metadir %global pear_xmldir %@SCL@_pear_xmldir - %global pecl_xmldir %@SCL@_pecl_xmldir %global php_core_api %@SCL@_php_core_api %global php_zend_api %@SCL@_php_zend_api %global php_pdo_api %@SCL@_php_pdo_api |