wok diff stella/receipt @ rev 23877

Up busybox (1.32.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 01 17:06:12 2020 +0000 (2020-07-01)
parents e7dc618ef7f2
children 5ea0ce1cecc0
line diff
     1.1 --- a/stella/receipt	Sun Apr 26 07:47:01 2020 +0100
     1.2 +++ b/stella/receipt	Wed Jul 01 17:06:12 2020 +0000
     1.3 @@ -18,9 +18,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export	CC=gcc-83
     1.8 +	export	CXX=g++-83
     1.9 +
    1.10  	./configure		\
    1.11 -		CC=gcc-83	\
    1.12 -		CXX=g++-83	\
    1.13  		--prefix=/usr &&
    1.14  	make &&
    1.15  	make DESTDIR=$DESTDIR install