summaryrefslogtreecommitdiffstats
path: root/build
blob: a545b639a446f3d9720db6aa1cf34f5e533b4fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f

include ../source.mk

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: build
	oh-autoinstall