Skip to content

community/wolfssl: build with jni support

Bart Ribbers requested to merge PureTryOut/aports:community_wolfssl into master

For some reason I needed to remove the --enable-opensslcoexist option to get it to build, otherwise it would complain both opensslall and opensslcoexist can't coexist. Strange as it literally has --disable-opensslall specified...

configure: error: Cannot use --enable-opensslcoexist with --enable-opensslall

Removing the --enable-opensslcoexist option fixes it.

Edited by Bart Ribbers

Merge request reports