wok-next diff libunwind/receipt @ rev 20802

perl: I. upgrade 5.26.1 (2017 Sep.) -> 5.26.2 (2018 April) II. add also integrity check
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 05:55:55 2018 +0000 (2018-06-13)
parents 6ba36b73ef48
children d5aab818505e
line diff
     1.1 --- a/libunwind/receipt	Wed Nov 22 21:52:02 2017 +0200
     1.2 +++ b/libunwind/receipt	Wed Jun 13 05:55:55 2018 +0000
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="libunwind-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() {