wok diff binutils/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents 829024a70dbb
children add1501c713f
line diff
     1.1 --- a/binutils/receipt	Fri Jan 03 15:59:25 2020 +0100
     1.2 +++ b/binutils/receipt	Thu Jun 04 16:22:12 2020 +0000
     1.3 @@ -25,6 +25,8 @@
     1.4  	arm) BUILD_DEPENDS="" ;;
     1.5  esac
     1.6  
     1.7 +# @maintainer: Please update also: libbfd
     1.8 +
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 @@ -36,8 +38,8 @@
    1.13  	cd ../binutils-build
    1.14  	$src/configure					\
    1.15  		--program-prefix=$TOOLPREFIX		\
    1.16 -		--enable-shared				\
    1.17  		--disable-initfini-array		\
    1.18 +		 --enable-shared			\
    1.19  		--with-bugurl="http://bugs.slitaz.org/"	\
    1.20  		$CONFIGURE_ARGS				\
    1.21  		$ARCH_ARGS &&