]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Disabled coss in auto-discovered modules to be built.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 4 Dec 2009 08:38:26 +0000 (09:38 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 4 Dec 2009 08:38:26 +0000 (09:38 +0100)
configure.in
src/Makefile.am

index bd0e21332a5fa7b55dfa11051bde561900ddb6f6..9db3cbef5297f43a060427bf92a77a1d3d7450fb 100644 (file)
@@ -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
 
index d8c057ac0cda469542b19f5387d40b018c60486e..f82328f2d68538fb65170b11579d0a9cd1a4423c 100644 (file)
@@ -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 \