# HG changeset patch # User Aleksej Bobylev # Date 1527431645 -10800 # Node ID 2c6b8593f387b66c5dd24c7031f26eedc1863364 # Parent 941563a49009ca9e2b49eda157ca2c10c2a9ce8e libpng16: produce static lib again (to fix optipng-static build) diff -r 941563a49009 -r 2c6b8593f387 libpng16/receipt --- a/libpng16/receipt Sun May 27 17:24:31 2018 +0300 +++ b/libpng16/receipt Sun May 27 17:34:05 2018 +0300 @@ -16,9 +16,10 @@ SPLIT="libpng16-dev" compile_rules() { + # don't use --disable-static: optipng-static require such lib + LIBS=-lpthread \ ./configure \ - --disable-static \ $CONFIGURE_ARGS && fix libtool && make &&