wok-next diff ofono/receipt @ rev 20790
1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 11:23:42 2018 +0000 (2018-06-09) |
parents | d43bf7aae921 |
children | d5aab818505e |
line diff
1.1 --- a/ofono/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/ofono/receipt Sat Jun 09 11:23:42 2018 +0000 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 }