netty5/transport-native-epoll
Nico Kruber 3f0f322562 Fix native-build/target/lib wanted but build in native-build/target/lib64 (#9410)
Motivation:

On openSUSE (probably more), 64 bit builds use lib64, e.g. /usr/lib64, and
configure picks this up and builds the native library in
native-build/target/lib64 where maven is not looking.

Modifications:

Explicitly specify --libdir=${project.build.directory}/native-build/target/lib
during configuration.

Result:

Maven uses the correct lib directory.
2019-08-07 09:56:28 +02:00
..
src Add testcase to prove that ET semantics for eventFD are correct (#9385) 2019-07-17 12:23:08 +02:00
pom.xml Fix native-build/target/lib wanted but build in native-build/target/lib64 (#9410) 2019-08-07 09:56:28 +02:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:09:42 +02:00

Native transport for Linux

See our wiki page.