netty5/transport-native-unix-common
Scott Mitchell 07a641900c transport-native-kqueue libraries should not lazy link
Motivation:
We rely upon the linker being non-lazy to test compatibility the native library compatibility for kqueue, but the default mode of operation is to lazy link.

Modifications:
- We should modify the build scripts to inform the linker that this library should not be lazy linked
- Error messages changes
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime

java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by .../libnetty-transport-native-kqueue.dylib

Result:
Link errors are detected upon library load time.
2017-06-28 11:47:16 -04:00
..
src fix UnixChannelUtil#isBufferCopyNeededForWrite 2017-06-24 21:27:54 -07:00
Makefile New native transport for kqueue 2017-05-03 09:53:22 -07:00
pom.xml transport-native-kqueue libraries should not lazy link 2017-06-28 11:47:16 -04:00