Skip to content

Comments

[25.12]: libutp: deactivate -Werror#28613

Open
hauke wants to merge 1 commit intoopenwrt:openwrt-25.12from
hauke:libutp-build-25.12
Open

[25.12]: libutp: deactivate -Werror#28613
hauke wants to merge 1 commit intoopenwrt:openwrt-25.12from
hauke:libutp-build-25.12

Conversation

@hauke
Copy link
Member

@hauke hauke commented Feb 21, 2026

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>
      |  ^~~~~~~~~~~~

(cherry picked from commit 0814aba)

📦 Package Details

Maintainer: @danwrt

Description:


🧪 Run Testing Details

  • OpenWrt Version: No
  • OpenWrt Target/Subtarget: No
  • OpenWrt Device: No

✅ Formalities

  • [ X ] I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

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 <hauke@hauke-m.de>
(cherry picked from commit 0814aba)
@github-actions github-actions bot added the OpenWrt 25.12 Issues/PR on branch 25.12 label Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OpenWrt 25.12 Issues/PR on branch 25.12

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant