ncurses: setup host triplet for --build and --host options to configure script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-13 01:40:45 +02:00
parent 4fc2cd3c65
commit 9dcb2774dd

View File

@ -27,7 +27,9 @@ CWD=`pwd`
setup_toolchain host
cd $PKG_BUILD/ncurses-host
./configure --prefix=$ROOT/$TOOLCHAIN \
./configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \
--with-shared \
make -C include