diff options
-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 |