]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fix apxs in case %{_libdir} != /usr/lib (change based on spec included in apache...
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 31 Dec 2003 14:09:09 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.264

apache.spec

index c55135fec06fb96574eb385beabd497ee46a5871..4baa9981c05ea93ba62087505218a3750ad45db5 100644 (file)
@@ -610,6 +610,9 @@ if [ "$MODULES_API" != "%_apache_modules_api" ]; then
        exit 1
 fi
 ./buildconf
+# Before configure; fix location of build dir in generated apxs
+%{__perl} -pi -e "s:\@exp_installbuilddir\@:%{_libdir}/apache/build:g" \
+        support/apxs.in
 install /usr/share/automake/config.* build/
 %configure \
        --prefix=%{_libexecdir} \
This page took 0.092868 seconds and 4 git commands to generate.