openssl recipe
parent
9389260ed9
commit
bf2ac65ca9
|
@ -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
|
Loading…
Reference in New Issue