X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=a0a17d608c460b9d6ecbf0d463e111e38424d754;hb=b7595f1e0d855237502f5b9953139b618f29424a;hp=04638f6aa752f662d76cbcac99581fdd75553ec5;hpb=94d4dce8cfff86edca95494ab75604963f31bbcc;p=gpl%2Fargeo-slc.git diff --git a/Makefile b/Makefile index 04638f6aa..a0a17d608 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,8 @@ native-image: mkdir -p $(A2_OUTPUT)/libexec/$(A2_CATEGORY) cd $(A2_OUTPUT)/libexec/$(A2_CATEGORY) && /opt/graalvm-ce/bin/native-image \ -cp $(A2_CLASSPATH):$(A2_BUNDLES_CLASSPATH) org.argeo.slc.tool.Main \ - --enable-url-protocols=http,https -H:AdditionalSecurityProviders=sun.security.jgss.SunProvider \ + --enable-url-protocols=http,https \ + -H:AdditionalSecurityProviders=sun.security.jgss.SunProvider,org.bouncycastle.jce.provider.BouncyCastleProvider,net.i2p.crypto.eddsa.EdDSASecurityProvider \ --initialize-at-build-time=org.argeo.init.logging.ThinLogging,org.slf4j.LoggerFactory \ --no-fallback