ncurses: fix build with wrong libdir order

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-13 05:06:43 +02:00
parent e83551cf71
commit af9c616284

View File

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