Commit graph

2 commits

Author SHA1 Message Date
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
Jürgen Buchmüller
8c94da947a New package: atomicparsley-0.9.0
Closes #5618
2017-01-27 18:14:00 +01:00