From e98e79d41efbc6950fdce19bc0f4cdbf915aefc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 19 Aug 2010 12:24:04 +0000 Subject: [PATCH] - workaround date.timezone requirement in php 5.3, besides we ensure consistency this way using same timezone in builds Changed files: rpm.macros -> 1.570 --- rpm.macros | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpm.macros b/rpm.macros index 6b710b1..5602a14 100644 --- a/rpm.macros +++ b/rpm.macros @@ -1389,8 +1389,9 @@ else \ fi \ %{nil} -# command invoking pear cli -%__pear /usr/bin/pear +# Command invoking PEAR CLI +# Same as /usr/bin/pear, except we force GMT timezone +%__pear %__php -doutput_buffering=1 -dopen_basedir="" -dmemory_limit=-1 -ddate.timezone=GMT %{php_pear_dir}/pearcmd.php %pear_install(a:d:n:zD) \ %__pear \\\ -- 2.43.0