]> Savannah Git Hosting - gnulib.git/commitdiff
unictype/category-none: fix link with libunistring
authorDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 06:46:54 +0000 (15:46 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 06:56:42 +0000 (15:56 +0900)
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.

ChangeLog
modules/unictype/category-none

index 895617da5eb44a6ff5963ecfed9a1850ccb70bcd..1054decf8aab348b5a96ee24c556b882d5c6be6b 100644 (file)
--- 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
index c5e91a815ac4cc874bf53d6d9c8840d04645e001..c8f2a5d55df8d1dec70d6115d1934f9809a6c3b3 100644 (file)
@@ -8,7 +8,7 @@ Depends-on:
 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