1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/community/polyml
mio 267021a720 community/polyml: remove reference to asm/elf.h
Fix build error with `asm/elf.h` include.

```
In file included from elfexport.cpp:105:
/usr/include/asm/elf.h:14:15: error: expected constructor, destructor, or type conversion before '(' token
   14 | _Static_assert(sizeof(struct x86_xfeat_component) % 4 == 0, "x86_xfeat_component is not aligned");
      |               ^
```

Upstream issue: https://github.com/polyml/polyml/issues/214

Thanks to Celeste for assistance with looking into the issue.
2025-05-14 20:22:43 +00:00
..
add-support-to-loongarch64.patch
APKBUILD
remove-reference-asm-elf.patch
riscv64.patch