From: Albert Chin Date: Wed, 24 May 2006 11:54:59 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) X-Git-Tag: release-2-1b~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f54300ae24d395c70e0b18eabb3b13152ef4e7;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ aix4*, aix5*, hpux10*, hpux11* ]: Set hardcode_direct_absolute for CXX tag too! --- diff --git a/ChangeLog b/ChangeLog index 2f51d5641..b2675ea61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-24 Albert Chin + + * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) + [ aix4*, aix5*, hpux10*, hpux11* ]: Set hardcode_direct_absolute + for CXX tag too! + 2006-05-19 Ralf Wildenhues * libltdl/config/ltmain.m4sh (func_mode_link, shell wrapper): diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 4870c5fb7..31400e81c 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -5308,6 +5308,7 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' @@ -5595,6 +5596,7 @@ if test "$_lt_caught_CXX_error" != yes; then ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library.