]> git.pld-linux.org Git - packages/passenger.git/commitdiff
- export more variables
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 21 May 2013 12:28:10 +0000 (14:28 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 21 May 2013 12:28:10 +0000 (14:28 +0200)
apache-mod_rails.spec

index 27fa63cd83720d62978efb924f255edf9932d2e4..e0914af0edf66f5ef9d23631e2fedf86966f911e 100644 (file)
@@ -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
This page took 0.079288 seconds and 4 git commands to generate.