wok-next diff pth/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents 4396aed7eb01
children d08d2d235af0
line diff
     1.1 --- a/pth/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/pth/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.3 @@ -15,8 +15,9 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 -	make -j 1 &&
     1.8 -	make -j 1 DESTDIR=$DESTDIR install
     1.9 +	fix libtool &&
    1.10 +	make -j1 &&
    1.11 +	make -j1 DESTDIR=$DESTDIR install
    1.12  }
    1.13  
    1.14  genpkg_rules() {