From 0047e7c71f7f1f8f3712aea93207c3bf8a05c857 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 26 Nov 2010 09:43:48 +0000 Subject: [PATCH] no need to build apache modules for subversion, that were installed under parts/apache. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40759 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/subversion.cfg | 2 +- buildout/tests/assertSoftware.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/buildout/software-profiles/subversion.cfg b/buildout/software-profiles/subversion.cfg index b638241585..c36c034220 100644 --- a/buildout/software-profiles/subversion.cfg +++ b/buildout/software-profiles/subversion.cfg @@ -26,7 +26,7 @@ patches = configure-options = --with-apr=${apache:location}/bin/apr-1-config --with-apr-util=${apache:location}/bin/apu-1-config - --with-apxs=${apache:location}/bin/apxs + --without-apxs --with-zlib=${zlib:location} --with-sqlite=${sqlite3:location} --with-neon=${neon:location} diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py index 49a1f34aff..7bf43f84ca 100644 --- a/buildout/tests/assertSoftware.py +++ b/buildout/tests/assertSoftware.py @@ -772,7 +772,6 @@ class AssertApache(AssertSoftwareMixin): authz_groupfile_module authz_host_module authz_owner_module - authz_svn_module authz_user_module autoindex_module bucketeer_module @@ -786,7 +785,6 @@ class AssertApache(AssertSoftwareMixin): core_module dav_fs_module dav_module - dav_svn_module dbd_module deflate_module dir_module -- 2.30.9