wok-next rev 19711

procps: remove -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 12 11:19:19 2017 +0200 (2017-05-12)
parents d5f32bb29d5a
children 00611afb6342
files procps/receipt
line diff
     1.1 --- a/procps/receipt	Thu May 11 04:40:46 2017 +0300
     1.2 +++ b/procps/receipt	Fri May 12 11:19:19 2017 +0200
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	sed -i 's|lncurses|& -ltinfo|' Makefile
     1.8  	patch -Np1 -i $stuff/$PACKAGE-$VERSION+gmake-3.82.patch
     1.9  	make && make -j1 install
    1.10  }