Commit Graph

1 Commits

Author SHA1 Message Date
Natanael Copa
874cfb1fc5 community/openjdk8: increase buffer size for getmntent_r
Java will only use 1024 byte buffer for parsing mounts. Unlike glibc
will musl return error when this is not big enough instead of truncating
it.

We solve it by allocating a much bigger buffer.

ref #9073

We also build without precompiled headers, which does not work eith PIE.
2017-05-30 15:01:15 +00:00