diff options
author | Graham Leggett <minfrin@apache.org> | 2004-12-18 10:53:10 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2004-12-18 10:53:10 +0100 |
commit | 978429c50a6d51660ba91fe95f3c9a9b8d334bf3 (patch) | |
tree | 37d23f094b73e6822243daaa140ae4501b2d7c3e /buildconf | |
parent | update transformation (diff) | |
download | apache2-978429c50a6d51660ba91fe95f3c9a9b8d334bf3.tar.xz apache2-978429c50a6d51660ba91fe95f3c9a9b8d334bf3.zip |
Fix the RPM spec file so that an RPM build now works. An RPM
build now requires system installations of APR and APR-util.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,7 @@ if [ -d srclib/apr ]; then echo "./buildconf failed for apr" exit 1 } + rm -f srclib/apr/apr.spec fi if [ -d srclib/apr-util ]; then @@ -118,6 +119,7 @@ if [ -d srclib/apr-util ]; then echo "./buildconf failed for apr-util" exit 1 } + rm -f srclib/apr-util/apr-util.spec fi echo copying build files |