Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-next

This commit is contained in:
Stephan Raue 2011-07-13 05:12:30 +02:00
commit c319d51a12

View File

@ -26,6 +26,9 @@ CWD=`pwd`
setup_toolchain host
# fix build with wrong libdir order
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib -L$ROOT/$TOOLCHAIN/lib"
cd $PKG_BUILD/ncurses-host
./configure --host=$HOST_NAME \
--build=$HOST_NAME \