wok-next diff opusfile/receipt @ rev 20601
More fix libtool.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 17 01:13:26 2018 +0300 (2018-04-17) |
parents | e6615350078d |
children | e7a485521d6a |
line diff
1.1 --- a/opusfile/receipt Wed Feb 28 16:28:07 2018 +0200 1.2 +++ b/opusfile/receipt Tue Apr 17 01:13:26 2018 +0300 1.3 @@ -15,7 +15,10 @@ 1.4 SPLIT="opusfile-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() {