mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add 32-bit caching to ldconfig script for powerpc64
Reported by: ian@
This commit is contained in:
parent
a3422d96bd
commit
d7f8d4bc4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue