summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitd1ca0645a07da393feed327719736653f5578aec (patch)
treebeabe937d5d39c7518336919f2e39bca0ec6dcd6
parent3504f5fe14409255d354e3b3071a0a099eb880b4 (diff)
build: Add build and install commands
-rwxr-xr-xbuild17
1 files changed, 16 insertions, 1 deletions
diff --git a/build b/build
index db67b14..a545b63 100755
--- a/build
+++ b/build
@@ -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