mirror of
https://github.com/wg/wrk
synced 2025-01-04 20:13:06 +08:00
upgrade openssl to 1.1.1i
This commit is contained in:
parent
2d433a9b43
commit
a211dd5a70
4
Makefile
4
Makefile
@ -91,11 +91,7 @@ $(ODIR)/lib/libluajit-5.1.a: $(ODIR)/$(LUAJIT)
|
||||
|
||||
$(ODIR)/lib/libssl.a: $(ODIR)/$(OPENSSL)
|
||||
@echo Building OpenSSL...
|
||||
ifeq ($(TARGET), darwin)
|
||||
@$(SHELL) -c "cd $< && ./Configure $(OPENSSL_OPTS) darwin64-x86_64-cc"
|
||||
else
|
||||
@$(SHELL) -c "cd $< && ./config $(OPENSSL_OPTS)"
|
||||
endif
|
||||
@$(MAKE) -C $< depend
|
||||
@$(MAKE) -C $<
|
||||
@$(MAKE) -C $< install_sw
|
||||
|
BIN
deps/openssl-1.1.1b.tar.gz
vendored
BIN
deps/openssl-1.1.1b.tar.gz
vendored
Binary file not shown.
BIN
deps/openssl-1.1.1i.tar.gz
vendored
Normal file
BIN
deps/openssl-1.1.1i.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user