Commit 6e55fdf
Lawrence Nahum
Re-apply unmerged secp-zkp patch
commit 14be601
Author: Jon Griffiths <jon_p_griffiths@yahoo.com>
Date: Sun Jul 9 18:13:00 2017 +1200
secp: Don't fail JNI dependency checks if we can build a JNI program
Not all setups will result in JNI_INCLUDE_DIRS having a value, in
particular android builds from installed toolchain directories have
the JNI headers installed in the standard include directories.
Instead of failing if the configure macro didn't to find a directory
based on the installed java runtime, only fail if we cannot build a
JNI-using program. This works better for cross compiling and setups
where the the user wants to compile with one Java and build against
another.
This will be submitted upstream in due course.1 parent 773ff90 commit 6e55fdf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
486 | 489 | | |
487 | 490 | | |
488 | 491 | | |
| |||
0 commit comments