1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

RPM: Remove fiddling with installbuilddir, this is correct by default

through the use of config.layout.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Graham Leggett
2011-12-19 15:26:06 +00:00
parent 74a2aac090
commit 833f9092cc

View File

@@ -137,10 +137,6 @@ fi
# forcibly prevent use of bundled apr, apr-util, pcre
rm -rf srclib/{apr,apr-util,pcre}
# Before configure; fix location of build dir in generated apxs
%{__perl} -pi -e "s:\@exp_installbuilddir\@:%{_libdir}/httpd/build:g" \
support/apxs.in
%configure \
--enable-layout=RPM \
--libdir=%{_libdir} \