libtool
[Top][All Lists]
Advanced

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

Re: multilib dirs and ld.so


From: Peter O'Gorman
Subject: Re: multilib dirs and ld.so
Date: Mon, 21 Jan 2008 12:29:08 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Ralf Wildenhues wrote:
> Hi Peter,
> 
> * Peter O'Gorman wrote on Wed, Sep 05, 2007 at 08:02:59AM CEST:
>> Proposed patches for branch-1-5 and HEAD.
>>
>> Okay to apply?
> 
> Not quite, I'm afraid.  First, please put $CPPFLAGS before $LDFLAGS, for
> consistency.

> We should consider just making this whole setting overridable at
> configure time.
>

Really old thread, sorry.

I give up on trying to find fancy ways to set the paths, ok to apply
this to branch-1-5 (and similar for HEAD)?

Peter
-- 
Peter O'Gorman
http://pogma.com
 2008-01-21  Peter O'Gorman  <address@hidden>
 
        * libtool.m4 (sys_lib_search_path_spec, sys_lib_dlsearch_path_spec):
        Allow for a cache variable (lt_cv_sys...) to set these at configure
        time.

Index: libtool.m4
===================================================================
RCS file: /sources/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.192
diff -u -r1.314.2.192 libtool.m4
--- libtool.m4  11 Jan 2008 19:15:57 -0000      1.314.2.192
+++ libtool.m4  21 Jan 2008 18:26:33 -0000
@@ -1817,6 +1817,13 @@
 AC_MSG_RESULT([$dynamic_linker])
 test "$dynamic_linker" = no && can_build_shared=no
 
+AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
+[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
+sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
+AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
+[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
+sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
+
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 if test "$GCC" = yes; then
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX 
COMPILER_PATH LIBRARY_PATH"

reply via email to

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