wok-next diff ofono/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents d43bf7aae921
children d5aab818505e
line diff
     1.1 --- a/ofono/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/ofono/receipt	Thu Apr 19 15:57:59 2018 +0300
     1.3 @@ -17,7 +17,9 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$DESTDIR install || return 1
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make DESTDIR=$DESTDIR install || return 1
    1.11  
    1.12  	cp -a $stuff/etc/* $install/etc/
    1.13  }