community/libteam: fix build with swig 4.3
Fix error with newer swig. ``` team/capi_wrap.c: In function '_wrap_team_hwaddr_get': team/capi_wrap.c:3945:17: error: too few arguments to function 'SWIG_Python_AppendOutput' 3945 | resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_FromCharPtrAndSize(arg3,arg4)); | ^~~~~~~~~~~~~~~~~~~~~~~~ team/capi_wrap.c:1260:1: note: declared here 1260 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int is_void) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ```
parent
196e7ca8
No related branches found
No related tags found
community/libteam/swig4.3.patch
0 → 100644
Please register or sign in to comment