wok-next diff gssdp/receipt @ rev 20722
libpng16: produce static lib again (to fix optipng-static build)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun May 27 17:34:05 2018 +0300 (2018-05-27) |
parents | b367284a8ac3 |
children | 342b30daff76 |
line diff
1.1 --- a/gssdp/receipt Sat Oct 28 16:45:22 2017 +0300 1.2 +++ b/gssdp/receipt Sun May 27 17:34:05 2018 +0300 1.3 @@ -16,7 +16,10 @@ 1.4 SPLIT="gssdp-bin gssdp gssdp-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() {