wok-next diff libspectre/receipt @ rev 20833
prosody: what I see missing when I start the old prosody 0.9.4
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 17 19:03:23 2018 +0000 (2018-06-17) |
parents | b367284a8ac3 |
children | d5aab818505e |
line diff
1.1 --- a/libspectre/receipt Sat Oct 28 16:45:22 2017 +0300 1.2 +++ b/libspectre/receipt Sun Jun 17 19:03:23 2018 +0000 1.3 @@ -15,7 +15,10 @@ 1.4 SPLIT="libspectre-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() {