]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - rpm.macros
- workaround date.timezone requirement in php 5.3, besides we ensure consistency...
[packages/rpm-build-macros.git] / rpm.macros
index 6b710b11cdec92df03b291489888565b3f925fd3..5602a1485ee79ebfb89387a28c7422830e120490 100644 (file)
@@ -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 \\\
This page took 0.025452 seconds and 4 git commands to generate.