wok rev 20559

libjpeg62: set host,build,target
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 12 18:31:41 2018 +0100 (2018-12-12)
parents 1a1ef232e14d
children 9dbba587fe4e
files libjpeg62/receipt
line diff
     1.1 --- a/libjpeg62/receipt	Wed Dec 12 18:23:31 2018 +0100
     1.2 +++ b/libjpeg62/receipt	Wed Dec 12 18:31:41 2018 +0100
     1.3 @@ -15,7 +15,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	./configure --enable-shared --prefix=/usr \
     1.7 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.8 +		--host=i686-pc-linux-gnu \
     1.9 +		--build=i686-pc-linux-gnu \
    1.10 +		--target=i686-pc-linux-gnu \
    1.11 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.12  	make
    1.13  }
    1.14