From: Robert Schwebel <[email protected]> The handmade configure script in iproute2 doesn't correctly find libcap. Enforce it to be there in any case.
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]
