From 9c03435a31cc69a42e40bc3f7db1e4df6b466d7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 19 Feb 2007 11:36:48 +0000 Subject: [PATCH] - rel 2; define _sysconfdir to php_sysconfdir; php-config depends on that Changed files: php.spec -> 1.659 --- php.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index ec2cf1f..b301ebf 100644 --- 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 -- 2.44.0