]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 2; define _sysconfdir to php_sysconfdir; php-config depends on that auto/th/php-5_2_1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Feb 2007 11:36:48 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.659

php.spec

index ec2cf1fe5a9a0c2e2338e8382c567381b0d8a059..b301ebf4769090ba7c65de347e07bff82154c82c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -70,7 +70,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define        _rel 1
+%define        _rel 2
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -198,6 +198,7 @@ BuildRequires:      apr-util-devel >= 1:1.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                php_sysconfdir          /etc/php
+%define                _sysconfdir             %{php_sysconfdir}
 %define                php_extensiondir        %{_libdir}/php
 
 # must be in sync with source. extra check ensuring that it is so is done in %%build
This page took 0.146445 seconds and 4 git commands to generate.