From: Daiki Ueno Date: Tue, 20 Jan 2015 06:46:54 +0000 (+0900) Subject: unictype/category-none: fix link with libunistring X-Git-Tag: v1.0~7180 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=40023a310ff6a829ce145f80ecfae15f498fe1d8;p=gnulib.git 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 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