]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (bsdi4*, sys_lib_search_path_spec,
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 14 Mar 1999 07:23:26 +0000 (07:23 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 14 Mar 1999 07:23:26 +0000 (07:23 +0000)
sys_lib_dlsearch_path_spec): fix thinko in variable names; add
standard directories

ChangeLog
ltconfig.in

index 894d137df4df47c7d3521b81168de6c0efb8165f..b2d3d91644c19d1ca16a4e0d6adeec2f31be922e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-03-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * ltconfig.in (bsdi4*, sys_lib_search_path_spec,
+       sys_lib_dlsearch_path_spec): fix thinko in variable names; add
+       standard directories
+
        * ltmain.in (exclude_expsyms): exclude symbols before sorting,
        otherwise only the sorted list will have them excluded
 
index 1b582803b819a064cb7ea1f92cb6c4c369d5dabc..09be1d112c3d565d44a3b46410bb13bff5cae7f5 100755 (executable)
@@ -1639,8 +1639,11 @@ bsdi4*)
   deplibs_check_method='file_magic ELF 32-bit LSB shared object'
   file_magic_cmd=/usr/bin/file
   file_magic_test_file=/shlib/libc.so
-  sys_lib_search_path="/shlib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path="/shlib /usr/lib" # /usr/local/lib ?
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+  # the default ld.so.conf also contains /usr/contrib/lib and
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+  # libtool to hard-code these into programs
   ;;
 
 cygwin* | mingw*)