mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 05:32:26 +01:00
main/iproute2: add missing include
This commit is contained in:
parent
80374817f2
commit
bd46efb8a8
@ -30,7 +30,9 @@ subpackages="
|
||||
$pkgname-ss
|
||||
$pkgname-rdma
|
||||
"
|
||||
source="https://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz"
|
||||
source="https://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz
|
||||
include.patch
|
||||
"
|
||||
options="!check" # requires namespaces support and root
|
||||
|
||||
# secfixes:
|
||||
@ -88,4 +90,5 @@ rdma() {
|
||||
|
||||
sha512sums="
|
||||
42330be6e061302694ea301765ff8d3cbfaeca4b1d06e39778861e4390ed211c03cb2d41498190202b659f7f5647b1ca4857410ef8c16fd601a35e7162788d21 iproute2-6.4.0.tar.xz
|
||||
d6b48f9c4148cc681cca2a27772b9cfaa5e41321b3a3a6de4a9685c11d49580a5006b31a080292f02213a51fddcecaf916eeced664269e104e585e3f0d20208e include.patch
|
||||
"
|
||||
|
||||
14
main/iproute2/include.patch
Normal file
14
main/iproute2/include.patch
Normal file
@ -0,0 +1,14 @@
|
||||
missing for ppc64le
|
||||
--
|
||||
diff --git a/bridge/mdb.c b/bridge/mdb.c
|
||||
index fbb4f70..1879345 100644
|
||||
--- a/bridge/mdb.c
|
||||
+++ b/bridge/mdb.c
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#include "libnetlink.h"
|
||||
#include "utils.h"
|
||||
Loading…
x
Reference in New Issue
Block a user