From: Francesco Chemolli Date: Fri, 4 Dec 2009 08:38:26 +0000 (+0100) Subject: Disabled coss in auto-discovered modules to be built. X-Git-Tag: SQUID_3_2_0_1~310^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=defb32573c8a3c0e0b14196913939fa2b0e030de;p=thirdparty%2Fsquid.git Disabled coss in auto-discovered modules to be built. --- diff --git a/configure.in b/configure.in index bd0e21332a..9db3cbef52 100644 --- a/configure.in +++ b/configure.in @@ -724,6 +724,8 @@ if test "$squid_opt_enable_storeio" = "auto"; then squid_opt_enable_storeio=yes AC_MSG_CHECKING([for available StoreIO modules]) SQUID_LOOK_FOR_MODULES([$srcdir/src/fs],[squid_storeio_module_candidates]) + # disable coss + squid_storeio_module_candidates=`ecoh $squid_storeio_module_candidates|sed 's/coss//'` AC_MSG_RESULT([$squid_storeio_module_candidates]) fi diff --git a/src/Makefile.am b/src/Makefile.am index d8c057ac0c..f82328f2d6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2035,6 +2035,8 @@ tests_testCoss_SOURCES = \ $(SWAP_TEST_SOURCES) nodist_tests_testCoss_SOURCES = \ swap_log_op.cc \ + SquidMath.cc \ + SquidMath.h \ $(SWAP_TEST_GEN_SOURCES) tests_testCoss_LDADD = \ libsquid.la \