pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libffi libffi: add readelf to tools



details:   https://anonhg.NetBSD.org/pkgsrc/rev/371e164ab47f
branches:  trunk
changeset: 373141:371e164ab47f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 07 08:06:18 2022 +0000

description:
libffi: add readelf to tools

>From Claes Nästén in PR 56698

diffstat:

 devel/libffi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa760463ebf1 -r 371e164ab47f devel/libffi/Makefile
--- a/devel/libffi/Makefile     Mon Feb 07 08:05:05 2022 +0000
+++ b/devel/libffi/Makefile     Mon Feb 07 08:06:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2022/01/09 20:07:00 tm Exp $
+# $NetBSD: Makefile,v 1.49 2022/02/07 08:06:18 wiz Exp $
 
 DISTNAME=      libffi-3.4.2
 PKGREVISION=   2
@@ -13,7 +13,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake pkg-config readelf
 USE_TOOLS.SunOS+=      perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-multi-os-directory



Home | Main Index | Thread Index | Old Index