wok-next diff lcms2/receipt @ rev 20728
lcms2: produce static lib again (to fix optipng-static build)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 29 11:18:30 2018 +0300 (2018-05-29) |
parents | 1ca369c9f448 |
children | f48456621a9d |
line diff
1.1 --- a/lcms2/receipt Thu May 17 01:08:40 2018 +0300 1.2 +++ b/lcms2/receipt Tue May 29 11:18:30 2018 +0300 1.3 @@ -17,9 +17,9 @@ 1.4 SPLIT="lcms2-apps lcms2-dev" 1.5 1.6 compile_rules() { 1.7 - ./configure \ 1.8 - --disable-static \ 1.9 - $CONFIGURE_ARGS && 1.10 + # don't use --disable-static: optipng-static require such lib 1.11 + 1.12 + ./configure $CONFIGURE_ARGS && 1.13 fix libtool && 1.14 make && 1.15 make install