changeset 17878:1f9c818638b5

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.
author Daiki Ueno <ueno@gnu.org>
date Tue, 20 Jan 2015 15:46:54 +0900
parents 4fb1b541d15a
children d9dbffaaedc5
files ChangeLog modules/unictype/category-none
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-01-20  Daiki Ueno  <ueno@gnu.org>
+
+	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  <ueno@gnu.org>
 
 	unitypes: fix build with installed libunistring
--- 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