On Mon, Aug 31, 2020 at 11:15:55PM +0200, Roland Hieber wrote: > From: Robert Schwebel <[email protected]> > > 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 <[email protected]> > Signed-off-by: Roland Hieber <[email protected]> > --- > 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 > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
