Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903332 Details for
Bug 939811
sys-apps/iproute2-6.11.0: error: redefinition of 'in6_addr' [musl]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build of 6.11 on musl
6.11-build-fixes.patch (text/plain), 1.02 KB, created by
Holger Hoffstätte
on 2024-09-19 09:14:49 UTC
(
hide
)
Description:
Fix build of 6.11 on musl
Filename:
MIME Type:
Creator:
Holger Hoffstätte
Created:
2024-09-19 09:14:49 UTC
Size:
1.02 KB
patch
obsolete
>diff -rup iproute2-6.11.0/bridge/mst.c iproute2-6.11.0-fix/bridge/mst.c >--- iproute2-6.11.0/bridge/mst.c 2024-09-15 21:42:26.000000000 +0200 >+++ iproute2-6.11.0-fix/bridge/mst.c 2024-09-19 11:00:46.159652938 +0200 >@@ -4,8 +4,6 @@ > */ > > #include <stdio.h> >-#include <linux/if_bridge.h> >-#include <net/if.h> > > #include "libnetlink.h" > #include "json_print.h" >@@ -13,6 +11,9 @@ > > #include "br_common.h" > >+#include <linux/if_bridge.h> >+#include <net/if.h> >+ > #define MST_ID_LEN 9 > > #define __stringify_1(x...) #x >diff -rup iproute2-6.11.0/include/json_print.h iproute2-6.11.0-fix/include/json_print.h >--- iproute2-6.11.0/include/json_print.h 2024-09-15 21:42:26.000000000 +0200 >+++ iproute2-6.11.0-fix/include/json_print.h 2024-09-19 11:01:37.953462558 +0200 >@@ -11,6 +11,8 @@ > #include "json_writer.h" > #include "color.h" > >+const struct timeval; >+ > #define _IS_JSON_CONTEXT(type) (is_json_context() && (type & PRINT_JSON || type & PRINT_ANY)) > #define _IS_FP_CONTEXT(type) (!is_json_context() && (type & PRINT_FP || type & PRINT_ANY)) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 939811
:
903250
|
903251
| 903332