]> git.pld-linux.org Git - packages/php.git/commitdiff
- proper use of _preserve_env auto/ti/php-5_2_9-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Mar 2009 22:03:25 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    php.spec -> 1.781

php.spec

index 2590745eaafa050060d11d6b2cd62704e36054de..16036604c85797a297b5f81260a67da17f346e4b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -239,18 +239,18 @@ BuildRoot:        %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                php_sysconfdir          /etc/php
 %define                php_extensiondir        %{_libdir}/php
-%define                _sysconfdir                     %{php_sysconfdir}
+%define                _sysconfdir             %{php_sysconfdir}
 
 # must be in sync with source. extra check ensuring that it is so is done in %%build
 %define                php_api_version         20041225
 %define                zend_module_api         20060613
 %define                zend_extension_api      220060519
-%define                zend_zts                        %{!?with_zts:0}%{?with_zts:1}
-%define                php_debug                       %{!?debug:0}%{?debug:1}
+%define                zend_zts                %{!?with_zts:0}%{?with_zts:1}
+%define                php_debug               %{!?debug:0}%{?debug:1}
 
 %if %{with oci8}
 # ORACLE_HOME is required for oci8 ext to build
-%{expand:%%define _preserve_env %_preserve_env ORACLE_HOME}
+%define _preserve_env %_preserve_env_base ORACLE_HOME
 %endif
 
 %description
This page took 0.047818 seconds and 4 git commands to generate.