diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-19 16:26:06 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-19 16:26:06 +0100 |
commit | 833f9092cc3cceceb2c272e63619bbc91a3fa624 (patch) | |
tree | 78129f83a23629831889ee9c9260059443f9a2ad /build/rpm | |
parent | Update transformations. (diff) | |
download | apache2-833f9092cc3cceceb2c272e63619bbc91a3fa624.tar.xz apache2-833f9092cc3cceceb2c272e63619bbc91a3fa624.zip |
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
Diffstat (limited to 'build/rpm')
-rw-r--r-- | build/rpm/httpd.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index d9f42c8542..332c2723bc 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -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} \ |