- Package:
- src:libprelude
- Source:
- src:libprelude
- Submitter:
- Helmut Grohne
- Date:
- 2024-10-20 05:48:04 UTC
- Severity:
- normal
- Tags:
libprelude fails to build from source for a number of exotic 32bit architectures, because the symbols file enumerates 32bit architectures for time64. This is not a good approach as it requires frequent symbol updates. Instead I propose matching on arch-bits and handling the outlier i386 separately. I'm attaching a patch that makes the time64 aspects work in an architecture-generic way. Helmut