34a075bdd2
Add upstream patch to fix build issue with the musl C library, as musl
does not provide the GNU extension `strndupa()` breaking the build with
an undefined reference:
```
ipc/lib.a(network_ipc.o): In function `ipc_postupdate':
network_ipc.c:(.text.ipc_postupdate+0x39): undefined reference to `strndupa'
```
The upstream patch provides a compatibility header file adding a definition
of `strndupa` if it is not already defined.
Backported from:
|
||
---|---|---|
.. | ||
0001-compat.h-introduce-compatibility-header.patch | ||
Config.in | ||
swupdate.config | ||
swupdate.hash | ||
swupdate.mk |