Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: use javac -h for creating JNI native headers #21822

Merged
merged 2 commits into from May 4, 2018

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented May 4, 2018

JDK 1.10 does not offer javah anymore, so we need to use "javac -h" or
add_jar(... GENERATE_NATIVE_HEADERS) instead.

Fixes: http://tracker.ceph.com/issues/24012
Signed-off-by: Kefu Chai kchai@redhat.com

JDK 1.10 does not offer javah anymore, so we need to use "javac -h" or
add_jar(... GENERATE_NATIVE_HEADERS) instead.

Fixes: http://tracker.ceph.com/issues/24012
Signed-off-by: Kefu Chai <kchai@redhat.com>
@alfredodeza
Copy link
Contributor

Let's wait on Bionic packages being built on https://shaman.ceph.com/builds/ceph/wip-24012/

@tchaikov
Copy link
Contributor Author

tchaikov commented May 4, 2018

@tchaikov tchaikov merged commit 4afd5ec into ceph:master May 4, 2018
@tchaikov tchaikov deleted the wip-24012 branch May 4, 2018 16:09
@tchaikov tchaikov added this to the mimic milestone May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants