]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- workaround date.timezone requirement in php 5.3, besides we ensure consistency...
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Aug 2010 12:24:04 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.570

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.145467 seconds and 4 git commands to generate.