mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
'portupgrade' places obsoleted shared libraries in /usr/local/lib/compat/pkg,
so add this the list of directories ldconfig'ed.
This commit is contained in:
parent
6d839f5d3e
commit
5d79fb92c2
1 changed files with 2 additions and 1 deletions
|
|
@ -438,7 +438,8 @@ svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).
|
|||
osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO).
|
||||
clear_tmp_enable="NO" # Clear /tmp at startup.
|
||||
ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
|
||||
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib"
|
||||
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/com
|
||||
pat/pkg"
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue