samba: fix missing ncurses lib

This commit is contained in:
MilhouseVH 2019-10-24 22:51:28 +01:00
parent 53520bbdc0
commit b05a97f146

View File

@ -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