From d7f8d4bc4aee686a50248b2c197bc1576259ae96 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Tue, 18 Apr 2017 03:40:36 +0000 Subject: [PATCH] Add 32-bit caching to ldconfig script for powerpc64 Reported by: ian@ --- etc/rc.d/ldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/ldconfig b/etc/rc.d/ldconfig index a657a012fc0..02b52287686 100755 --- a/etc/rc.d/ldconfig +++ b/etc/rc.d/ldconfig @@ -41,7 +41,7 @@ ldconfig_start() ${ldconfig} -elf ${_ins} ${_LDC} case `sysctl -n hw.machine_arch` in - amd64) + amd64|powerpc64) for i in ${ldconfig_local32_dirs}; do if [ -d "${i}" ]; then _files=`find ${i} -type f`