From 2f81cc3673b7f31e71f40dc47c9242c4ea410869 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 31 Aug 2014 18:39:35 +0200 Subject: php54-php: fix f21 build --- php/php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit