diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 05:56:27 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 05:56:27 (EDT) |
commit | d1ca0645a07da393feed327719736653f5578aec (patch) | |
tree | beabe937d5d39c7518336919f2e39bca0ec6dcd6 | |
parent | 3504f5fe14409255d354e3b3071a0a099eb880b4 (diff) |
build: Add build and install commands
-rwxr-xr-x | build | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -6,5 +6,20 @@ nop: @: build: + oh-autoconfigure -- \ + --disable-memory \ + --enable-singlethreaded \ + --disable-oldnames \ + --disable-examples \ + --enable-ocsp --enable-ocspstapling --enable-ocspstapling2 \ + --disable-oldtls \ + --enable-sni \ + --disable-aescbc \ + --disable-md5 \ + --enable-maxstrength \ + --disable-errorstrings \ + CFLAGS='-DNO_WOLFSSL_SERVER -DNO_SESSION_CACHE' + oh-autobuild -install: +install: build + oh-autoinstall |