From 4d8cb24d38716ac7f4e88cf8911641069a174bd0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 17 Jan 2014 14:30:36 +0100 Subject: [PATCH] eglibc: specify (location of) our shell, this fixes the 'ldd' script Signed-off-by: Stephan Raue --- packages/devel/eglibc/package.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/devel/eglibc/package.mk b/packages/devel/eglibc/package.mk index dd27fe1f7a..82812dd6b7 100644 --- a/packages/devel/eglibc/package.mk +++ b/packages/devel/eglibc/package.mk @@ -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 \