From c89bf01ea6fe5c01a951e734b8787a93a185993a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 21 May 2013 14:28:10 +0200 Subject: [PATCH] - export more variables --- apache-mod_rails.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apache-mod_rails.spec b/apache-mod_rails.spec index 27fa63c..e0914af 100644 --- a/apache-mod_rails.spec +++ b/apache-mod_rails.spec @@ -84,11 +84,12 @@ export CFLAGS="%{rpmcflags}" export CXXFLAGS="%{rpmcxxflags}" export APACHECTL=%{_sbindir}/apachectl export HTTPD_VERSION=$(rpm -q apache-devel --qf '%{V}') +export HTTPD=%{_sbindir}/httpd +export APXS2=%{apxs} rake apache2 V=1 \ RELEASE=yes \ - OPTIMIZE=yes \ - HTTPD=false + OPTIMIZE=yes %if %{with tests} # Run the tests, capture the output, but don't fail the build if the tests fail -- 2.43.0