wok-next diff lite/receipt @ rev 20595

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:36:31 2018 +0300 (2018-04-16)
parents 9e5dca6702bf
children d6378d455338
line diff
     1.1 --- a/lite/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/lite/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.3 @@ -25,6 +25,7 @@
     1.4  	patch -Np1 -i ${stuff}/lite_fix_pkgconfig.patch || return 1
     1.5  
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make install
    1.10  }