mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eglibc: add libdir to configparms
Sometimes eglibc is installed into wrong folder lib64 instead of lib. I couldn't figure out why but setting folder in configparms helps. linker error: .../ld: cannot find crti.o: No such file or directory .../ld: cannot find -lc .../ld: cannot find crtn.o: No such file or directory forum reference: http://openelec.tv/forum/64-installation/48318-error--libgccsso-error-1#48318
This commit is contained in:
parent
05328b009f
commit
b910f8f2e1
@ -119,6 +119,7 @@ EOF
|
||||
|
||||
cat >configparms <<EOF
|
||||
slibdir=/lib
|
||||
libdir=/usr/lib
|
||||
EOF
|
||||
|
||||
../configure --host=$TARGET_NAME \
|
||||
|
Loading…
x
Reference in New Issue
Block a user