8ebc0c nano: adjust LIBS following upgrade to ncurses-6.1.

1 file Authored by midipix 5 years ago, Committed by Lucio Andrés Illanes Albornoz 5 years ago,
    nano: adjust LIBS following upgrade to ncurses-6.1.
    
    Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
    
        
file modified
+1 -0
vars/build.vars CHANGED
@@ -1549,6 +1549,7 @@ fi;
1549
1549
: ${PKG_NANO_SHA256SUM:=63b6dd621e3e21bb130ca931d761f84b48d974a7b5b4d489189c2df354ca2b4a};
1550
1550
: ${PKG_NANO_VERSION:=4.3};
1551
1551
: ${PKG_NANO_URL:=http://www.nano-editor.org/dist/v${PKG_NANO_VERSION%.[0-9]}/nano-${PKG_NANO_VERSION}.tar.gz};
1552
+ : ${PKG_NANO_MAKEFLAGS_BUILD:="LIBS=-Wl,-lz,-lmagic,-lncursesw,-ltinfow"};
1552
1553
: ${PKG_NCDU_SHA256SUM:=c694783aab21e27e64baad314b7c1ff34541bfa219fe9645ef6780f1c5558c44};
1553
1554
: ${PKG_NCDU_VERSION:=1.14};
1554
1555
: ${PKG_NCDU_URL:=https://dev.yorhel.nl/download/ncdu-${PKG_NCDU_VERSION}.tar.gz};