wok-next diff libstatgrab/receipt @ rev 19547

Add: SylFilter light spam filter (0.8)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 06 23:38:50 2016 +0100 (2016-12-06)
parents 088cda923570
children 6c12ac1293fc
line diff
     1.1 --- a/libstatgrab/receipt	Tue Jun 11 13:42:26 2013 +0200
     1.2 +++ b/libstatgrab/receipt	Tue Dec 06 23:38:50 2016 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  	./configure &&
    1.10  	make && make -j 1 install
    1.11  }