openssl recipe

master
Philippe Pittoli 2021-03-27 23:53:29 +01:00
parent 9389260ed9
commit bf2ac65ca9
1 changed files with 10 additions and 0 deletions

10
recipes/openssl/Makefile Normal file
View File

@ -0,0 +1,10 @@
name = openssl
version = 1.1.1k
URL = https://www.openssl.org/source/openssl-$(version).tar.gz
configure_backend = configure_custom
configure_custom:
cd $(bdir) && ./Configure --prefix=$(PREFIX) linux-$(ARCH)
SYSCONF ?= ../../
include $(SYSCONF)/package.mk