From c03c6189614e4ad4f52ccbc57901a7d464008eab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 May 2023 11:07:01 +0200 Subject: define %__phpize and %__phpconfig --- macros.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'macros.php') diff --git a/macros.php b/macros.php index 0c750a7..989e8b3 100644 --- a/macros.php +++ b/macros.php @@ -18,4 +18,9 @@ %__php %{_bindir}/php %__ztsphp %{_bindir}/zts-php +%__phpize %{_bindir}/phpize +%__ztsphpize %{_bindir}/zts-phpize + +%__phpconfig %{_bindir}/php-config +%__ztsphpconfig %{_bindir}/zts-php-config -- cgit