libtool-patches
[Top][All Lists]
Advanced

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

Re: patch to fix haiku directory in libtool.m4


From: Ralf Wildenhues
Subject: Re: patch to fix haiku directory in libtool.m4
Date: Wed, 24 Feb 2010 22:12:57 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

* scott mc wrote on Tue, Feb 23, 2010 at 10:09:22AM CET:
> On Sat, Feb 20, 2010 at 1:07 AM, Ralf Wildenhues wrote:
> > * scott mc wrote on Wed, Feb 17, 2010 at 09:14:55PM CET:
> >> Haiku has changed their legacy /boot/beos/system directory to be just
> >> /boot/system, this patch makes that change in libtool.m4
> >
> > Thanks for the patch.  What about users of older systems, where the
> > change has not been done yet?  Put another way, how long do you support
> > older Haiku releases, and should this be differentiated by os version?

> Since Haiku is still at Alpha1 this shouldn't be an issue.  In fact
> this change was made prior to the alpha release so no worries in
> regards to the older versions using /boot/beos.

Good.  Applied as below, added you to THANKS.  Please consider also
writing a ChangeLog entry next time.

Cheers, and thanks again,
Ralf

2010-02-24  Scott McCreary  <address@hidden>  (tiny change)

        Update search path on Haiku for legacy system directory.
        * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [haiku]
        <sys_lib_dlsearch_path_spec>: Replace legacy
        /boot/beos/system/lib directory with /boot/system/lib.
        * THANKS: Update.

diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 29f1222..b538fa6 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2335,7 +2335,7 @@ haiku*)
   soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LIBRARY_PATH
   shlibpath_overrides_runpath=yes
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib 
/boot/beos/system/lib'
+  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib 
/boot/system/lib'
   hardcode_into_libs=yes
   ;;
 




reply via email to

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