1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Use old iproute2 because last version doesn't compile

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-08 14:45:18 +01:00
parent a34a7b3215
commit 70e48f93a0
17 changed files with 617 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/configure
+++ b/configure
@@ -315,7 +315,7 @@ EOF
check_cap()
{
- if ${PKG_CONFIG} libcap --exists; then
+ if [ "${HAVE_CAP}" = "y" ] && ${PKG_CONFIG} libcap --exists; then
echo "HAVE_CAP:=y" >>$CONFIG
echo "yes"