netty5/transport-native-epoll
Nico Kruber 68e49af483 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 07:58:04 +00:00
..
src Add testcase to prove that ET semantics for eventFD are correct (#9385) 2019-07-17 12:29:10 +02:00
pom.xml Fix native-build/target/lib wanted but build in native-build/target/lib64 (#9410) 2019-08-07 07:58:04 +00:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00

Native transport for Linux

See our wiki page.