mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Like with /usr/lib + /usr/lib/compat, add the optional /usr/lib32/compat
to the ldconfig32 default path. /usr/lib32 is the 32 bit versions of *current* libraries, while old versions should be able to be in /usr/lib32/compat, like with /usr/lib/compat. The separation is meant to keep the compile time default search paths cleaner.
This commit is contained in:
parent
07b4e38313
commit
6ffcf5d515
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269392
@ -610,7 +610,8 @@ clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp
|
||||
ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
|
||||
ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg"
|
||||
# shared library search paths
|
||||
ldconfig32_paths="/usr/lib32" # 32-bit compatibility shared library search paths
|
||||
ldconfig32_paths="/usr/lib32 /usr/lib32/compat"
|
||||
# 32-bit compatibility shared library search paths
|
||||
ldconfig_paths_aout="/usr/lib/compat/aout /usr/local/lib/aout"
|
||||
# a.out shared library search paths
|
||||
ldconfig_local_dirs="/usr/local/libdata/ldconfig"
|
||||
|
Loading…
Reference in New Issue
Block a user