Skip to content

Releases: netty/netty-tcnative

bootstrap-gcc-precompile

01 Feb 08:46
Compare
Choose a tag to compare
Pre-release
[#29] Add -D_LARGEFILE64_SOURCE to CFLAGS so it compiles on i386 as well

Motivation:

We need to add -D_LARGEFILE64_SOURCE to CFLAGS so it compiles on i386 as well.

Modifications:

Add -D_LARGEFILE64_SOURCE to CLFAGS in m4 file

Result:

Now compiles on i386 as well.