Bug 6694 - library version information not passed on from GPT to libtool
: library version information not passed on from GPT to libtool
Status: NEW
: Installation
Install
: 4.2.0
: PC All
: P3 enhancement
: ---
Assigned To:
:
:
: 6225
:
  Show dependency treegraph
 
Reported: 2009-03-16 16:26 by
Modified: 2009-03-18 10:49 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-03-16 16:26:17
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"
------- Comment #1 From 2009-03-16 16:27:12 -------
This depends on GPT_AGE_VERSION, so bug #6225 must be fixed first