summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-09-24 19:30:36 +0000
committerpeter <peter@FreeBSD.org>2014-09-24 19:30:36 +0000
commite2c082688a770176d714a5ead716c496efd828ff (patch)
tree047c658579c6febc3841de58da90679b3c818aa3
parent971865d1c71dd85a0535df2b5c452a3322832568 (diff)
downloadFreeBSD-src-e2c082688a770176d714a5ead716c496efd828ff.zip
FreeBSD-src-e2c082688a770176d714a5ead716c496efd828ff.tar.gz
MFC r269392: Add /usr/lib32/compat to the default ld-elf32.so.1 path.
Approved by: re (gjb, delphij)
-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 1e51bc0..4ad0621 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -619,7 +619,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