diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-09-24 01:49:46 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-09-24 01:49:46 +0000 |
commit | b53a14ae3efd035a16dd45f0049e1bcfd2fa0c67 (patch) | |
tree | b36180971b57922210f4ac53a2f92d695f252cde /java/netty/files | |
parent | comlang/rust-nightly: update to 1.38.0.20190924 (diff) |
Build the native transport library
* Build the native KQueue transport library
* Add that library to the installed netty.jar
* Bump PORTREVISION
This was only tested on amd64, but should work on all architectures with
Java support
Notes
Notes:
svn path=/head/; revision=512693
Diffstat (limited to 'java/netty/files')
-rw-r--r-- | java/netty/files/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/netty/files/Makefile.in b/java/netty/files/Makefile.in new file mode 100644 index 000000000000..87f86840eb13 --- /dev/null +++ b/java/netty/files/Makefile.in @@ -0,0 +1,8 @@ +# $FreeBSD$ + +SHLIB_NAME= libnetty_transport_native_kqueue_%%NETTY_ARCH%%.so +SRCS!= ls *.c +INCS!= ls *.h +CFLAGS+= -I%%JAVA_HOME%%/include -I%%JAVA_HOME%%/include/freebsd + +.include <bsd.lib.mk> |