wok rev 20955

gcc83: hide debuglink failure check
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 03 18:50:12 2019 +0100 (2019-03-03)
parents 4f7fec6b6429
children ba3dcc5955bc
files gcc83/receipt
line diff
     1.1 --- a/gcc83/receipt	Sun Mar 03 17:15:30 2019 +0100
     1.2 +++ b/gcc83/receipt	Sun Mar 03 18:50:12 2019 +0100
     1.3 @@ -33,6 +33,8 @@
     1.4  
     1.5  	mkdir -p ../gcc-build && cd ../gcc-build
     1.6  
     1.7 +	sed -i 's|\(add-gnu-debuglink.*\);|\1 2> /dev/null;|' \
     1.8 +		libbacktrace/configure*
     1.9  	$src/configure \
    1.10  		--libexecdir=/usr/lib \
    1.11  		--enable-nls \