From 3f12d64f61f95b0a263c571825b96c5bde8b8875 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Apr 2023 10:53:05 +0200 Subject: [PATCH] add RPM helpers: %_phpize, %_phpconfig... --- macros.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macros.php b/macros.php index 4a039aa..13a84f1 100644 --- a/macros.php +++ b/macros.php @@ -18,4 +18,10 @@ %__php %{_bindir}/php %__ztsphp %{_bindir}/zts-php +%__phpize %{_bindir}/phpize +%__ztsphpize %{_bindir}/zts-phpize + +%__phpconfig %{_bindir}/php-config +%__ztsphpconfig %{_bindir}/zts-php-config + %pecl_xmldir %{_sharedstatedir}/php/peclxml