mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
samba: fix missing ncurses lib
This commit is contained in:
parent
53520bbdc0
commit
b05a97f146
@ -96,7 +96,7 @@ pre_configure_target() {
|
||||
rm -rf .$TARGET_NAME
|
||||
|
||||
# work around link issues
|
||||
export LDFLAGS="$LDFLAGS -lreadline"
|
||||
export LDFLAGS="$LDFLAGS -lreadline -lncurses"
|
||||
|
||||
# support 64-bit offsets and seeks on 32-bit platforms
|
||||
if [ "$TARGET_ARCH" = "arm" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user