wok rev 19385

jpeg-turbo: --with-jpeg8
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Aug 20 03:35:47 2016 +0200 (2016-08-20)
parents 14d9312a2b7b
children 983d378b4eb9
files jpeg-turbo/receipt
line diff
     1.1 --- a/jpeg-turbo/receipt	Sat Aug 20 03:13:02 2016 +0200
     1.2 +++ b/jpeg-turbo/receipt	Sat Aug 20 03:35:47 2016 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure --prefix=/usr \
     1.8 +	./configure --prefix=/usr --with-jpeg8 \
     1.9  		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$DESTDIR install