From: Pavel Charvat Date: Tue, 4 Feb 2014 12:32:49 +0000 (+0100) Subject: Packages: Removed the "-dev" suffix from UCW_ABI_SUFFIX. X-Git-Tag: v6.0~69 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8a4e8d428242bc11aab3c72c691f66f4c5d6fd9f;p=libucw.git Packages: Removed the "-dev" suffix from UCW_ABI_SUFFIX. --- diff --git a/ucw/default.cfg b/ucw/default.cfg index 6ab74951..b7ff6bc6 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -6,7 +6,7 @@ Set("UCW_VERSION" => "6.0-dev"); Set("UCW_VERSION_CODE" => 6000000); # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.) -Set("UCW_ABI_SUFFIX" => "-" . Get("UCW_VERSION")); +Set("UCW_ABI_SUFFIX" => "-6.0"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG");