aboutsummaryrefslogtreecommitdiffstats
path: root/otp_build
diff options
context:
space:
mode:
authorFrank Hunleth <[email protected]>2018-10-11 10:20:39 -0400
committerFrank Hunleth <[email protected]>2018-10-11 10:24:24 -0400
commitd6d37f2424d11ad322beb3d155f18f63c3c845eb (patch)
treee8485a4a5ef0a05aa8be3381af316269024622f7 /otp_build
parente8da077caffcbe4648701b1eba7d737ee5fc135a (diff)
downloadotp-d6d37f2424d11ad322beb3d155f18f63c3c845eb.tar.gz
otp-d6d37f2424d11ad322beb3d155f18f63c3c845eb.tar.bz2
otp-d6d37f2424d11ad322beb3d155f18f63c3c845eb.zip
Allow undefined macros when building zlib
When building Erlang on a system that uses the Musl C library, it's possible to get the following error: In file included from zlib/adler32.c:11:0: zlib/zutil.h:172:39: error: "_LFS64_LARGEFILE" is not defined [-Werror=undef] (!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0) ^~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors On the same systems, zlib is built without `-Werror=undef` so do the same when building it with Erlang. Signed-off-by: Frank Hunleth <[email protected]>
Diffstat (limited to 'otp_build')
0 files changed, 0 insertions, 0 deletions