void-packages/srcpkgs/boost
q66 5b1be772c7 boost: fix aligned_alloc brokenness for real
The previous patch does not work; I could reproduce that
libtorrent was still using the wrong stuff on my system and
segfaulting. Even if it did work, it would be fragile, since
there is no guarantee features.h will define _XOPEN_SOURCE (e.g.
defining _BSD_SOURCE or _DEFAULT_SOURCE will disable the lines
that define it).

Therefore, stop trying to be clever and simply make POSIX the
fallback behavior. It would be okay to drop all the system
specific logic too, since our boost build is for a single
target, but those are harmless and would just make for an
unnecessarily bigger patch.
2022-09-23 02:05:39 +00:00
..
patches boost: fix aligned_alloc brokenness for real 2022-09-23 02:05:39 +00:00
template boost: fix aligned_alloc brokenness for real 2022-09-23 02:05:39 +00:00
update