From 8a4e8d428242bc11aab3c72c691f66f4c5d6fd9f Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 4 Feb 2014 13:32:49 +0100 Subject: [PATCH] Packages: Removed the "-dev" suffix from UCW_ABI_SUFFIX. --- ucw/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2