summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-01-26 12:02:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-01-26 12:21:14 +0100
commitf5a3381f1adf766fc9c072ab7c2b2df062caf369 (patch)
tree7770f6805a1ae6a330f7aa0f611134b6c7a18225
parent08c09c5c75da2c7cfbec14a780cbe7b585b93d0c (diff)
downloadptxdist-f5a3381f1adf766fc9c072ab7c2b2df062caf369.tar.gz
ptxdist-f5a3381f1adf766fc9c072ab7c2b2df062caf369.tar.xz
libcaca: force the shell to bash
Without this the install stage can fail with: . libcaca.la; \ for x in $library_names; do \ ln -sf $x [...]/platform-[...]/packages/libcaca-0.99.beta16/usr/lib/$(echo $x | sed 's/caca/cucul/g'); \ done /bin/sh: 1: .: libcaca.la: not found Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libcaca.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/libcaca.make b/rules/libcaca.make
index 093e23954..c22a225a7 100644
--- a/rules/libcaca.make
+++ b/rules/libcaca.make
@@ -39,6 +39,7 @@ $(LIBCACA_SOURCE):
LIBCACA_PATH := PATH=$(CROSS_PATH)
LIBCACA_ENV := \
$(CROSS_ENV) \
+ CONFIG_SHELL=bash \
$(call ptx/ncurses, PTXCONF_LIBCACA_NCURSES)
#