void-packages/srcpkgs/atomicparsley
Jürgen Buchmüller 1da28202e8 atomicparsley: fix musl patch + enable pie
nopie=yes is no longer required.
The patch for musl libc's fpos_t was wrong, because stdio.h has an opaque
definition fpos_t::__opaque and no __pos member. Rrite the file position
into the first 64 bits of the union using a *(uint64_t*) type cast.
2017-01-27 18:21:16 +01:00
..
patches
template