eglibc: specify (location of) our shell, this fixes the 'ldd' script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-17 14:30:36 +01:00
parent 2aff748675
commit 4d8cb24d38

View File

@ -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 \