From 14b58957d9c66171c220b0a6e545bd0ea2aedf06 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.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 4db6395..133b7cb 100644 --- a/php.spec +++ b/php.spec @@ -22,7 +22,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 @@ -1554,8 +1554,8 @@ fi %changelog * Sun Aug 31 2014 Remi Collet - 5.4.32-1 - update to 5.4.32 -- cleanup -- enable most extension +- cleanup, merge with spec from remi repository +- enable most extensions * Tue Feb 4 2014 Remi Collet - 5.4.16-16 - allow multiple paths in ini_scan_dir #1058162 -- cgit