ncurses: fix build with wrong libdir order, try #2

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

View File

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