Hide Forgot
In current httpd-devel various path are unexpanded (use another macro) Ex: %_httpd_apxs %{_bindir}/apxs While this is fine for standard packages, it could breaks build of a SCL package against system httpd, as %{_bindir} will be in the SCL tree. Current Workaround : override the value in the SCL package. %global _httpd_apxs %{_root_bindir}/apxs Proposal: expand each path, Ex: %_httpd_apxs /usr/bin/apxs
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request.