From 40023a310ff6a829ce145f80ecfae15f498fe1d8 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 20 Jan 2015 15:46:54 +0900 Subject: [PATCH] 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. --- ChangeLog | 10 ++++++++++ modules/unictype/category-none | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 895617da5e..1054decf8a 100644 --- 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 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 -- 2.39.5