mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
eglibc: create ld.so
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e33f0b9f76
commit
440e233e9a
@ -175,6 +175,9 @@ echo "rootsbindir=/usr/bin" >> configparms
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
|
# we are linking against ld.so, so symlink
|
||||||
|
ln -sf $(basename $INSTALL/lib/ld-*.so) $INSTALL/lib/ld.so
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
for i in $EGLIBC_EXCLUDE_BIN; do
|
for i in $EGLIBC_EXCLUDE_BIN; do
|
||||||
rm -rf $INSTALL/usr/bin/$i
|
rm -rf $INSTALL/usr/bin/$i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user