wok-next diff libspectre/receipt @ rev 20695

tor finetune: let me see if I can make those 2 warnings disappear
author Erkan Yilmaz <erkan@slitaz.org>
date Wed May 23 14:13:12 2018 +0000 (2018-05-23)
parents b367284a8ac3
children d5aab818505e
line diff
     1.1 --- a/libspectre/receipt	Sat Oct 28 16:45:22 2017 +0300
     1.2 +++ b/libspectre/receipt	Wed May 23 14:13:12 2018 +0000
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="libspectre-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {