]> mj.ucw.cz Git - libucw.git/commitdiff
Packages: Removed the "-dev" suffix from UCW_ABI_SUFFIX.
authorPavel Charvat <pchar@ucw.cz>
Tue, 4 Feb 2014 12:32:49 +0000 (13:32 +0100)
committerPavel Charvat <pchar@ucw.cz>
Tue, 4 Feb 2014 12:32:49 +0000 (13:32 +0100)
ucw/default.cfg

index 6ab749513d69c48f472bbae89b597bf06df18df1..b7ff6bc67877ccaea040914536fe5fe5a803169b 100644 (file)
@@ -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");