]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Update search path on Haiku for legacy system directory.
authorScott McCreary <scottmc2@gmail.com>
Wed, 24 Feb 2010 21:10:52 +0000 (22:10 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 24 Feb 2010 21:10:52 +0000 (22:10 +0100)
* 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.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
libltdl/m4/libtool.m4

index b8aae4ac9a0f3601f5babbd16d6011502de3ef3f..8445fbed19e6db97302a7176a3750169117f7123 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-24  Scott McCreary  <scottmc2@gmail.com>  (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.
+
 2010-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        manual: fix detailmenu ordering.
diff --git a/THANKS b/THANKS
index 110b514f2b5508a61348733fa97d1ac628f3665c..7ff58a83af1ad50403fc4affb78b4461223d054e 100644 (file)
--- a/THANKS
+++ b/THANKS
   Roumen Petrov                        bugtrack@roumenpetrov.info
   Rudolf Leitgeb               r.leitgeb@x-pin.com
   Sam Thursfield               ssssam@gmail.com
+  Scott McCreary               scottmc2@gmail.com
   Sebastian Wilhelmi           wilhelmi@ira.uka.de
   Simon Josefsson              jas@extundo.com
   Stephan Kulow                        coolo@kde.org
index 29f12228c0345ac2421fdd6804f3a759b0725cd1..b538fa636e79ff65d4e415f5a99631789cab59ad 100644 (file)
@@ -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
   ;;