Bugzilla – Bug 6694
library version information not passed on from GPT to libtool
Last modified: 2009-03-18 10:49:58
You need to log in before you can comment on or make changes to this bug.
Here is a patch that fixes this issue: diff -ur gpt.orig/packaging_tools/etc/gpt_autoconf_macros.m4 gpt/packaging_tools/etc/gpt_autoconf_macros.m4 --- gpt.orig/packaging_tools/etc/gpt_autoconf_macros.m4 2009-03-16 19:17:35.000000000 +0100 +++ gpt/packaging_tools/etc/gpt_autoconf_macros.m4 2009-03-16 19:20:49.000000000 +0100 @@ -76,7 +76,7 @@ GPT_LIBS="$GPT_CONFIG_PKG_LIBS $GPT_CONFIG_LIBS" GPT_LDFLAGS="$GPT_CONFIG_STATIC_LINKLINE $GPT_LDFLAGS" GPT_PGM_LINKS="$GPT_CONFIG_PGM_LINKS $GPT_CONFIG_LIBS" - GPT_LIB_LINKS="$GPT_CONFIG_LIB_LINKS $GPT_CONFIG_LIBS" + GPT_LIB_LINKS="-version-info $GPT_MAJOR_VERSION:$GPT_MINOR_VERSION:$GPT_AGE_VERSION $GPT_CONFIG_LIB_LINKS $GPT_CONFIG_LIBS"
This depends on GPT_AGE_VERSION, so bug #6225 must be fixed first