wok diff binutils/receipt @ rev 23013

updated libbsd and libbsd-dev (0.9.1 -> 0.10.0)
author Hans-G?nter Theisgen
date Tue Mar 03 10:42:56 2020 +0100 (2020-03-03)
parents 829024a70dbb
children add1501c713f
line diff
     1.1 --- a/binutils/receipt	Fri Jan 03 15:59:25 2020 +0100
     1.2 +++ b/binutils/receipt	Tue Mar 03 10:42:56 2020 +0100
     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 &&