diff options
| author | Remi Collet <remi@remirepo.net> | 2023-04-26 09:19:03 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-04-26 09:19:03 +0200 | 
| commit | 31eba22901f05d8e8020d88572fe0c9d59760af5 (patch) | |
| tree | 3dfe661310e88263ab699316e3c9c526f91b8f82 /macros-build | |
| parent | 6173e2f13639b95081f580a3a250e22863629122 (diff) | |
redefine %__phpize and %__phpconfig
Diffstat (limited to 'macros-build')
| -rw-r--r-- | macros-build | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/macros-build b/macros-build index ba4632d..c7cab7c 100644 --- a/macros-build +++ b/macros-build @@ -6,6 +6,8 @@    %{?@SCL@___pear:%global __pear %@SCL@___pear}    %{?@SCL@___pecl:%global __pecl %@SCL@___pecl}    %{?@SCL@___php:%global  __php  %@SCL@___php} +  %{?@SCL@___phpize:%global  __phpize  %@SCL@___phpize} +  %{?@SCL@___phpconfig:%global  __phpconfig  %@SCL@___phpconfig}    %{?@SCL@_pecl_xmldir:%global pecl_xmldir %@SCL@_pecl_xmldir}    %global pear_metadir %@SCL@_pear_metadir    %global pear_xmldir  %@SCL@_pear_xmldir | 
