summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-01-20 15:46:54 +0900
committerDaiki Ueno <ueno@gnu.org>2015-01-20 15:56:42 +0900
commit40023a310ff6a829ce145f80ecfae15f498fe1d8 (patch)
tree492bc1be9b32c4f46021149f4b309d4964c2fa1a
parentc7e000ae818fd62ccabd806d78b4b6c28f6decc9 (diff)
downloadgnulib-40023a310ff6a829ce145f80ecfae15f498fe1d8.tar.gz
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.
-rw-r--r--ChangeLog10
-rw-r--r--modules/unictype/category-none2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 895617da5e..1054decf8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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
The minimum version has not bumped after _UC_ATTRIBUTE_CONST and
_UC_ATTRIBUTE_PURE were added to unitypes.in.h.
diff --git a/modules/unictype/category-none b/modules/unictype/category-none
index c5e91a815a..c8f2a5d55d 100644
--- a/modules/unictype/category-none
+++ b/modules/unictype/category-none
@@ -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