]> git.pld-linux.org Git - packages/apache.git/commitdiff
- drop included apr/apr-util auto/ac/apache-2_0_52-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 2 Oct 2004 18:21:45 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.348

apache.spec

index 0f363bf18d232f1f02304153df66a78ba33afba5..a38260b955a1304dc5e6458149f755af62821664 100644 (file)
@@ -686,6 +686,8 @@ Modu
 %patch23 -p1
 
 %{__perl} -pi -e "s@/usr/local/bin/perl@%{__perl}@" $(grep -rl "/usr/local/bin/perl" *)
+%{__perl} -pi -e "s@BUILD_SUBDIRS.*@BUILD_SUBDIRS =@g" srclib/Makefile.in
+%{__perl} -pi -e "s@CLEAN_SUBDIRS.*@CLEAN_SUBDIRS =@g" srclib/Makefile.in
 
 %build
 # sanity check
@@ -695,6 +697,7 @@ if [ "$MODULES_API" != "%_apache_modules_api" ]; then
        exit 1
 fi
 ./buildconf
+rm -rf srclib/apr*
 # Before configure; fix location of build dir in generated apxs
 %{__perl} -pi -e "s:\@exp_installbuilddir\@:%{_libdir}/apache/build:g" \
        support/apxs.in
This page took 0.222176 seconds and 4 git commands to generate.