MFC: Add a default ldconfig32_paths entry in default/rc.conf for 32-bit compatibility shared libraries.
It is used by the ldconfig rc.d scripts. PR: amd64/91571 Approved by: re (hrs)
This commit is contained in:
parent
206e5d3ace
commit
b69d57c403
@ -503,6 +503,7 @@ 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/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg"
|
||||
# shared library search paths
|
||||
ldconfig32_paths="/usr/lib32" # 32-bit compatibility shared library search paths
|
||||
ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
|
||||
# a.out shared library search paths
|
||||
ldconfig_local_dirs="/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig"
|
||||
|
Loading…
x
Reference in New Issue
Block a user