mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ncurses: fix build with wrong libdir order, try #2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
af9c616284
commit
cc7a0576c6
@ -27,7 +27,7 @@ CWD=`pwd`
|
|||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
# fix build with wrong libdir order
|
# fix build with wrong libdir order
|
||||||
LDFLAGS=""
|
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib -L$ROOT/$TOOLCHAIN/lib"
|
||||||
|
|
||||||
cd $PKG_BUILD/ncurses-host
|
cd $PKG_BUILD/ncurses-host
|
||||||
./configure --host=$HOST_NAME \
|
./configure --host=$HOST_NAME \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user