wok-next diff libpng16/receipt @ rev 19825
Add fdk-aac; up cacerts (actualize its version on every cook), ffmpeg, ffmpegthumbnailer, lame, libgsf, tumbler.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Aug 01 00:49:30 2017 +0300 (2017-08-01) |
parents | 52c764d3ee0f |
children | 0e7893ac206d |
line diff
1.1 --- a/libpng16/receipt Fri Jun 16 03:38:59 2017 +0300 1.2 +++ b/libpng16/receipt Tue Aug 01 00:49:30 2017 +0300 1.3 @@ -19,10 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 LIBS=-lpthread \ 1.7 - ./configure \ 1.8 - --disable-static \ 1.9 - $CONFIGURE_ARGS && 1.10 - make && make install && 1.11 + ./configure $CONFIGURE_ARGS && make && make install && 1.12 1.13 docdir=$install/usr/share/doc/libpng-$VERSION && 1.14 mkdir -p $docdir &&