libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: hardcode_shlibpath_var bogosity


From: Ralf Wildenhues
Subject: FYI: hardcode_shlibpath_var bogosity
Date: Sun, 18 Dec 2005 13:56:22 +0100
User-agent: Mutt/1.5.9i

[ moving from libtool list ]

* Ralf Wildenhues wrote on Sun, Dec 18, 2005 at 01:53:10PM CET:
> 
> Issues:
> 1) There is no default value for the CXX tag (should be unsupported).
>    Trivial bug.

Applied to HEAD and branch-1-5.

Cheers,
Ralf

HEAD:
        * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG)
        <hardcode_shlibpath_var>: Initialize, to `unsupported'.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.52
diff -u -r1.52 libtool.m4
--- libltdl/m4/libtool.m4       18 Dec 2005 12:06:51 -0000      1.52
+++ libltdl/m4/libtool.m4       18 Dec 2005 12:55:24 -0000
@@ -5079,6 +5079,7 @@
 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 _LT_TAGVAR(hardcode_libdir_separator, $1)=
 _LT_TAGVAR(hardcode_minus_L, $1)=no
+_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 _LT_TAGVAR(hardcode_automatic, $1)=no
 _LT_TAGVAR(inherit_rpath, $1)=no
 _LT_TAGVAR(module_cmds, $1)=


branch-1-5:
        * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG)
        <hardcode_shlibpath_var>: Initialize, to `unsupported'.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.142
diff -u -r1.314.2.142 libtool.m4
--- libtool.m4  18 Dec 2005 12:07:31 -0000      1.314.2.142
+++ libtool.m4  18 Dec 2005 12:54:51 -0000
@@ -2738,6 +2738,7 @@
 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 _LT_AC_TAGVAR(module_cmds, $1)=
 _LT_AC_TAGVAR(module_expsym_cmds, $1)=




reply via email to

[Prev in Thread] Current Thread [Next in Thread]