libutp: deactivate -Werror
authorHauke Mehrtens <redacted>
Sat, 21 Feb 2026 18:46:11 +0000 (19:46 +0100)
committerDaniel Golle <redacted>
Sat, 21 Feb 2026 22:27:11 +0000 (22:27 +0000)
commit0814aba3b043fee9df5f43edcb965053acbfb631
treec6fee199f05fdc123961528e24596c574f9abb7e
parent8d0ba1c1702ccead9f6fad9ddf91ae3f4826c5c1
libutp: deactivate -Werror

With fortify sources libutp fails to compile because the fortify sources
for musl use the GNU extension include_next. Do not fail when the
compiler issues a warning.

Fixes the following compile error:
```
In file included from libutp-2023.02.14~c95738b1/utp_utils.cpp:23:
/include/fortify/stdlib.h:22:2: error: #include_next is a GCC extension [-Werror]
   22 | #include_next <stdlib.h>
      |  ^~~~~~~~~~~~
```

Signed-off-by: Hauke Mehrtens <redacted>
libs/libutp/Makefile
git clone https://git.99rst.org/PROJECT