# HG changeset patch # User Daiki Ueno # Date 1421736414 -32400 # Node ID 1f9c818638b5ae1fb252b00761cf53864d80759a # Parent 4fb1b541d15af20bf3159ed2a6afba56fa2e1157 unictype/category-none: fix link with libunistring Since _UC_CATEGORY_NONE is not a public symbol, it will be prefixed with "libstring_" when compiled as part of libunistring. To avoid undefined symbol at link time, increase the minimum version when the dependant modules are updated. * modules/unictype/category-none (configure.ac): Bump minimum version to 0.9.5. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-01-20 Daiki Ueno + + unictype/category-none: fix link with libunistring + Since _UC_CATEGORY_NONE is not a public symbol, it will be + prefixed with "libstring_" when compiled as part of libunistring. + To avoid undefined symbol at link time, increase the minimum + version when the dependant modules are updated. + * modules/unictype/category-none (configure.ac): Bump minimum + version to 0.9.5. + 2015-01-20 Daiki Ueno unitypes: fix build with installed libunistring diff --git a/modules/unictype/category-none b/modules/unictype/category-none --- a/modules/unictype/category-none +++ b/modules/unictype/category-none @@ -8,7 +8,7 @@ unictype/base configure.ac: -gl_LIBUNISTRING_MODULE([0.9], [unictype/category-none]) +gl_LIBUNISTRING_MODULE([0.9.5], [unictype/category-none]) Makefile.am: if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE