eglibc: create ld.so

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-21 16:37:26 +01:00
parent e33f0b9f76
commit 440e233e9a

View File

@ -175,6 +175,9 @@ echo "rootsbindir=/usr/bin" >> configparms
}
post_makeinstall_target() {
# we are linking against ld.so, so symlink
ln -sf $(basename $INSTALL/lib/ld-*.so) $INSTALL/lib/ld.so
# cleanup
for i in $EGLIBC_EXCLUDE_BIN; do
rm -rf $INSTALL/usr/bin/$i