mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ldconfig script: enable 32-bit compat on aarch64
Add aarch64 to set of architectures that support 32-bit compat libraries.
This commit is contained in:
parent
10b2b30670
commit
6f15b7e199
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ ldconfig_start()
|
|||
machine_arch=$(sysctl -n hw.machine_arch)
|
||||
|
||||
case ${machine_arch} in
|
||||
amd64|powerpc64)
|
||||
aarch64|amd64|powerpc64)
|
||||
for i in ${ldconfig_local32_dirs}; do
|
||||
if [ -d "${i}" ]; then
|
||||
_files=`find ${i} -type f`
|
||||
|
|
|
|||
Loading…
Reference in a new issue