From 235625732f986d6e32bc488ee4c9a3e232500812 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 16 Mar 2009 23:45:35 +0100 Subject: [PATCH] Disable building of libucw utilities. --- default.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.cfg b/default.cfg index 699a89d..6e35e17 100644 --- a/default.cfg +++ b/default.cfg @@ -9,6 +9,8 @@ Set("CONFIG_MOP" => 1); # Settings of libucw UnSet("CONFIG_SHARED"); UnSet("CONFIG_UCW_THREADS"); +UnSet("CONFIG_UCW_UTILS"); +UnSet("CONFIG_UCW_UTILS"); Set("CONFIG_LOCAL"); Set("CONFIG_DIR", "cf"); -- 2.39.2