diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,8 +5,13 @@ include ../source.mk nop: @: +# Should use "--with-ca-path=/etc/x509/server-auth" instead "--with-ca-bundle", +# but "--with-ca-path only works with OpenSSL, GnuTLS or mbedTLS". build: - oh-autoconfigure + oh-autoconfigure -- \ + --without-ssl \ + --with-wolfssl \ + --with-ca-bundle=/usr/share/x509/server-auth/nss-certdata.pem oh-autobuild touch $@ |