mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-29 12:31:35 +01:00
musl has [updated][0] the value of `IPPROTO_MAX` to include new
protocols. Strace keeps a copy of these constants and verifies them at
build time.
This results in a build failure:
```
xlat/inet_protocols.h:239:1: error: static assertion failed:
"IPPROTO_MAX != 256"
239 | static_assert((IPPROTO_MAX) == (256), "IPPROTO_MAX != 256");
| ^~~~~~~~~~~~~
```
Update the value of `IPPROTO_MAX` to match what's in
`/usr/include/inet/in.h`
Fixes #12132
[0]:https://git.musl-libc.org/cgit/musl/commit/?h=8fca0ea4e9d09b0ada66b135533a74a643de77ef
Alpine Linux aports repository
This repository contains the APKBUILD files for each and every Alpine Linux package, along with the required patches and scripts, if any.
It also contains some extra files and directories related to testing (and therefore, building) those packages on GitLab (via GitLab CI) and GitHub (via Travis and Drone.io).
If you want to contribute, please read the contributor guide and feel free to either submit a git patch on the Alpine aports mailing list (alpine-aports@lists.alpinelinux.org), or to submit a merge request on GitLab.
Git Hooks
You can find some useful git hooks in the .githooks directory.
To use them, run the following command after cloning this repository:
git config --local core.hooksPath .githooks
Description
Languages
Shell
98%
C
1%
Lua
0.3%
Assembly
0.2%
Perl
0.1%
Other
0.1%