wok-next diff lcms2/receipt @ rev 20744

ibus: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 30 01:07:54 2018 +0300 (2018-05-30)
parents 1ca369c9f448
children f48456621a9d
line diff
     1.1 --- a/lcms2/receipt	Thu May 17 01:08:40 2018 +0300
     1.2 +++ b/lcms2/receipt	Wed May 30 01:07:54 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