diff --git a/templates/glibc.tmpl b/templates/glibc.tmpl index 6ced2b6eab3..608d015fe39 100644 --- a/templates/glibc.tmpl +++ b/templates/glibc.tmpl @@ -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 }