wok diff ilmbase/receipt @ rev 23797

linld: fix argstr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 23 18:02:24 2020 +0000 (2020-05-23)
parents f3042d73dad4
children 5ea0ce1cecc0
line diff
     1.1 --- a/ilmbase/receipt	Wed Nov 27 16:47:30 2019 +0100
     1.2 +++ b/ilmbase/receipt	Sat May 23 18:02:24 2020 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	export	SHELL=/bin/bash
     1.7 -	export	CONFIGURE_SHELL=/bin/bash
     1.8 +	export	CONFIG_SHELL=/bin/bash
     1.9  
    1.10  	./configure		\
    1.11  		CC=gcc-83	\