libtool
[Top][All Lists]
Advanced

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

Re: Tune rpath by env. variable


From: Pavel Raiskup
Subject: Re: Tune rpath by env. variable
Date: Tue, 20 Jan 2015 07:49:22 +0100
User-agent: KMail/4.14.3 (Linux/3.17.8-300.fc21.x86_64; KDE/4.14.3; x86_64; ; )

On Tuesday 20 of January 2015 07:40:20 Pavel Raiskup wrote:
> > Something like the attachment 0002 would be nice to have pushed.
> 
> This would be nice to have it in git also.  The LT_SYS_SEARCH_PATH does
> not survive automatic re-autoconf of configure script:

Argh :(, sorry.  Fixing the example:

  // libtool after LT_SYS_SEARCH_PATH="/lib64:" ./configure

  # Configured defaults for sys_lib_dlsearch_path munging.
  : ${LT_SYS_LIBRARY_PATH="/lib64:"}

  // libtool after 'touch configure.ac ; make'

  # Configured defaults for sys_lib_dlsearch_path munging.
  : ${LT_SYS_LIBRARY_PATH=""}

  //                      ^^




reply via email to

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