diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-31 18:39:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-31 18:39:35 +0200 |
commit | 2f81cc3673b7f31e71f40dc47c9242c4ea410869 (patch) | |
tree | fc62291023e129fba2e4e1a46aadfeeb12e1ccde | |
parent | 7df8c722f5c723865641b7233ad03c535bc625cc (diff) |
php54-php: fix f21 build
-rw-r--r-- | php/php.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/php.spec b/php/php.spec index 92b8e98..6a0106f 100644 --- a/php/php.spec +++ b/php/php.spec @@ -26,7 +26,7 @@ %global _hardened_build 1 # Ugly hack. Harcoded values to avoid relocation. -%global _httpd_mmn %(cat %{_root_includedir}/httpd/.mmn 2>/dev/null || echo missing-httpd-devel) +%global _httpd_mmn %(cat %{_root_includedir}/httpd/.mmn 2>/dev/null || echo 0) %global _httpd_confdir %{_root_sysconfdir}/httpd/conf.d %global _httpd_moddir %{_libdir}/httpd/modules %global _root_httpd_moddir %{_root_libdir}/httpd/modules |