From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kGe4m-0007y2-6e for ptxdist@pengutronix.de; Fri, 11 Sep 2020 10:06:32 +0200 Received: from mol by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1kGe4l-0007Hc-Te for ptxdist@pengutronix.de; Fri, 11 Sep 2020 10:06:31 +0200 Date: Fri, 11 Sep 2020 10:06:31 +0200 From: Michael Olbrich Message-ID: <20200911080631.GD6156@pengutronix.de> References: <20200831211556.22254-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200831211556.22254-1-rhi@pengutronix.de> Subject: Re: [ptxdist] [PATCH 1/2] iproute2: add dependency to libcap List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Mon, Aug 31, 2020 at 11:15:55PM +0200, Roland Hieber wrote: > From: Robert Schwebel > > The handmade configure script in iproute2 doesn't correctly find libcap. > Enforce it to be there in any case. I don't see this here. The handmade configure script uses pkg-config. And the check for libcap is blocked: [...] libcap support: arm-v7a-linux-gnueabihf-pkg-config: warning: blocking 'libcap': not selected by 'iproute2' no [...] Michael > Signed-off-by: Robert Schwebel > Signed-off-by: Roland Hieber > --- > rules/iproute2.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/iproute2.in b/rules/iproute2.in > index c28fd7da2a85..86e99b5b4f90 100644 > --- a/rules/iproute2.in > +++ b/rules/iproute2.in > @@ -5,6 +5,7 @@ menuconfig IPROUTE2 > prompt "iproute2 " > select HOST_FLEX > select DB if IPROUTE2_ARPD > + select LIBCAP > select LIBC_DL > select LIBC_M > select LIBC_RESOLV > -- > 2.28.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de