Add 32-bit caching to ldconfig script for powerpc64
Reported by: ian@
This commit is contained in:
parent
a3422d96bd
commit
d7f8d4bc4a
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user