]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-php-macros.patch
- added nosetproctitle patch (disable setproctitle as internal function or external...
[packages/rpm.git] / rpm-php-macros.patch
CommitLineData
ebe974a8
AF
1--- rpm-5.3.1/configure.ac.wiget 2010-05-30 16:43:06.000000000 +0200
2+++ rpm-5.3.1/configure.ac 2010-05-30 16:43:38.482725491 +0200
3@@ -2199,6 +2199,7 @@ AC_CONFIG_FILES([ po/Makefile.in
4 tools/Makefile
5 scripts/Makefile
ca863ddc
AM
6 scripts/perl.req scripts/perl.prov
7+ scripts/php.req scripts/php.prov
ebe974a8
AF
8 rpmdb/DB_CONFIG
9 macros/macros macros/macros.rpmbuild
10 macros/java macros/libtool macros/mono macros/perl
37e965e8
JR
11--- rpm-5.4.10/macros/php.in~ 2010-10-16 05:38:31.000000000 +0200
12+++ rpm-5.4.10/macros/php.in 2012-09-05 18:12:29.474278958 +0200
13@@ -10,7 +10,8 @@
14 # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
15 #%__php_provides %{_rpmhome}/phpdeps.sh --provides
16 #%__php_requires %{_rpmhome}/phpdeps.sh --requires
17-#%__php_provides %{_rpmhome}/php.prov
18-#%__php_requires %{_rpmhome}/php.req
19+%__php_provides %{_rpmhome}/php.prov
20+# define 'php_req_new' in ~/.rpmmacros to use php version of req finder
21+%__php_requires env PHP_MIN_VERSION=%{?php_min_version} %{_rpmhome}/php.req%{?php_req_new:.php}
22
23 %php_pear_dir %{_datadir}/pear
This page took 0.103292 seconds and 4 git commands to generate.