wok-next rev 20722

libpng16: produce static lib again (to fix optipng-static build)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 17:34:05 2018 +0300 (2018-05-27)
parents 941563a49009
children 97d48a6b3447
files libpng16/receipt
line diff
     1.1 --- a/libpng16/receipt	Sun May 27 17:24:31 2018 +0300
     1.2 +++ b/libpng16/receipt	Sun May 27 17:34:05 2018 +0300
     1.3 @@ -16,9 +16,10 @@
     1.4  SPLIT="libpng16-dev"
     1.5  
     1.6  compile_rules() {
     1.7 +	# don't use --disable-static: optipng-static require such lib
     1.8 +
     1.9  	LIBS=-lpthread \
    1.10  	./configure \
    1.11 -		--disable-static \
    1.12  		$CONFIGURE_ARGS &&
    1.13  	fix libtool &&
    1.14  	make &&