wok-next 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 | 88618aeb4e07 |
children | a9eb510ef2ad |
files | lcms2/receipt s3ql/receipt |
line diff
1.1 --- a/lcms2/receipt Mon May 28 15:32:33 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
2.1 --- a/s3ql/receipt Mon May 28 15:32:33 2018 +0300 2.2 +++ b/s3ql/receipt Tue May 29 11:18:30 2018 +0300 2.3 @@ -16,6 +16,8 @@ 2.4 python-pytest python-py python-unittest2" 2.5 2.6 compile_rules() { 2.7 + sed -i 's|http:|https:|' util/distribute_setup.py 2.8 + 2.9 python setup.py build && 2.10 python setup.py test && 2.11 python setup.py install --root=$DESTDIR