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

This reverts commit cc7a0576c6c912687fbdef55905d299f25329f23.
This commit is contained in:
Stephan Raue 2011-07-13 22:05:37 +02:00
parent b0e889b6ff
commit 2ae0ef7932

View File

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