# HG changeset patch # User Aleksej Bobylev # Date 1527581910 -10800 # Node ID db1d1b071346595dc5a7ff87addb7ab4bf04570e # Parent 88618aeb4e075134df3ae6f4b3dc2918dc7d782c lcms2: produce static lib again (to fix optipng-static build) diff -r 88618aeb4e07 -r db1d1b071346 lcms2/receipt --- a/lcms2/receipt Mon May 28 15:32:33 2018 +0300 +++ b/lcms2/receipt Tue May 29 11:18:30 2018 +0300 @@ -17,9 +17,9 @@ SPLIT="lcms2-apps lcms2-dev" compile_rules() { - ./configure \ - --disable-static \ - $CONFIGURE_ARGS && + # don't use --disable-static: optipng-static require such lib + + ./configure $CONFIGURE_ARGS && fix libtool && make && make install diff -r 88618aeb4e07 -r db1d1b071346 s3ql/receipt --- a/s3ql/receipt Mon May 28 15:32:33 2018 +0300 +++ b/s3ql/receipt Tue May 29 11:18:30 2018 +0300 @@ -16,6 +16,8 @@ python-pytest python-py python-unittest2" compile_rules() { + sed -i 's|http:|https:|' util/distribute_setup.py + python setup.py build && python setup.py test && python setup.py install --root=$DESTDIR