From 34cec3555264ae46ef38e1095d8e0ed1242900b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 18 Nov 2020 23:29:53 -0300 Subject: [PATCH] binutils: enable libdebuginfod functionality. Also set makedepends initial value correctly. --- srcpkgs/binutils/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template index e6f916ed68d..43b7387d2cf 100644 --- a/srcpkgs/binutils/template +++ b/srcpkgs/binutils/template @@ -1,7 +1,7 @@ # Template file for 'binutils' pkgname=binutils version=2.34 -revision=1 +revision=2 bootstrap=yes short_desc="GNU binary utilities" maintainer="Enno Boland " @@ -10,12 +10,14 @@ homepage="http://www.gnu.org/software/binutils/" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" checksum=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952 +makedepends="zlib-devel" + if [ "$CHROOT_READY" ]; then hostmakedepends="flex perl texinfo" + makedepends+=" elfutils-devel" checkdepends="bc" depends="binutils-doc" fi -makedepends+=" zlib-devel" _get_triplet() { if [ -z "$XBPS_TRIPLET" ]; then