summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-08-31 15:17:07 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-08-31 15:17:07 +0200
commit54cdf7345712af34224a7f4dc06a9f75f45af0ff (patch)
tree34a82ef9ca5db8d49b0a88c9f6f2709386777632
parent04705afe4833d362d3ec174c08507a679c0ef99d (diff)
downloadDistroKit-54cdf7345712af34224a7f4dc06a9f75f45af0ff.tar.gz
DistroKit-54cdf7345712af34224a7f4dc06a9f75f45af0ff.tar.xz
iproute2: add dependency to libcap
The handmade configure script in iproute2 doesn't correctly find libcap. Enforce it to be there in any case. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/iproute2.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/iproute2.in b/rules/iproute2.in
index b2ac96b..5abfb86 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -4,6 +4,7 @@ menuconfig IPROUTE2
tristate
prompt "iproute2 "
select DB if IPROUTE2_ARPD
+ select LIBCAP
select LIBC_DL
select LIBC_M
select LIBC_RESOLV