summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-08-01 19:32:20 +0000
committerpeter <peter@FreeBSD.org>2014-08-01 19:32:20 +0000
commite87191821ede542e14e8dd368f139aca8e517e4b (patch)
tree028a02ede131999aa815481f87956760ff2a6473 /etc/defaults
parent8cf28f6b1bad4506ed2b864f7dcc9969a83ad56d (diff)
downloadFreeBSD-src-e87191821ede542e14e8dd368f139aca8e517e4b.zip
FreeBSD-src-e87191821ede542e14e8dd368f139aca8e517e4b.tar.gz
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.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index aa19b30..da0e419 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -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"
OpenPOWER on IntegriCloud