mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eglibc: specify (location of) our shell, this fixes the 'ldd' script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2aff748675
commit
4d8cb24d38
@ -40,7 +40,8 @@ if [ "$XBMCPLAYER_DRIVER" = "bcm2835-driver" ]; then
|
||||
PKG_DEPENDS_INIT="$PKG_DEPENDS_INIT arm-mem:init"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--libexecdir=/usr/lib/eglibc \
|
||||
PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh
|
||||
--libexecdir=/usr/lib/eglibc \
|
||||
--cache-file=config.cache \
|
||||
--disable-profile \
|
||||
--disable-sanity-checks \
|
||||
|
Loading…
x
Reference in New Issue
Block a user