Removing error message from build.log
The macro _httpd_mmn produces error message "file not found" but it is not actually error. This patch hides the error message to avoid confusion. Error is printed in early stage when httpd-devel is not installed yet. Later in the build it works.
This commit is contained in:
parent
ba829a428d
commit
ba46e78791
@ -1,4 +1,4 @@
|
||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo 0-0)}}
|
||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
|
||||
%{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}}
|
||||
%{!?_httpd_confdir: %{expand: %%global _httpd_confdir %{_sysconfdir}/httpd/conf.d}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user