glibc: add /lib32 and /usr/lib32 into ld.so.conf for x86_64.
--HG-- extra : convert_revision : 7b033e5ddb577944c05ca5f47a4f7e9a26ed080a
This commit is contained in:
parent
159e450616
commit
245178dc42
1 changed files with 3 additions and 0 deletions
|
@ -56,5 +56,8 @@ post_install()
|
|||
$destdir/usr/bin/ldd
|
||||
cd $destdir && ln -s lib lib64
|
||||
cd $destdir/usr && ln -s lib lib64
|
||||
# Add /lib32 and /usr/lib32 into ld.so.conf for now.
|
||||
echo "/lib32" >> $destdir/etc/ld.so.conf
|
||||
echo "/usr/lib32" >> $destdir/etc/ld.so.conf
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue