glibc: adjust libdir for wordsize

This commit is contained in:
q66 2020-12-22 21:52:53 +01:00
parent 7a21151669
commit 31692b7618
1 changed files with 1 additions and 5 deletions

View File

@ -61,11 +61,7 @@ do_configure() {
mkdir build
cd build
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_libdir=/usr/lib32
else
_libdir=/usr/lib
fi
local _libdir=/usr/lib${XBPS_TARGET_WORDSIZE}
echo "slibdir=${_libdir}" > configparms
echo "bindir=/usr/bin" >> configparms