* ltconfig.in (bsdi4*, sys_lib_search_path_spec,

sys_lib_dlsearch_path_spec): fix thinko in variable names; add
standard directories
This commit is contained in:
Alexandre Oliva 1999-03-14 07:23:26 +00:00 committed by Alexandre Oliva
parent 230c1a794b
commit 6751463a48
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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*)