update openssl

This commit is contained in:
Mark Brand 2018-09-12 23:56:33 +02:00
parent 842827a489
commit e2c91d1ca9
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_WEBSITE := https://www.openssl.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.1.0i
$(PKG)_CHECKSUM := ebbfc844a8c8cc0ea5dc10b86c9ce97f401837f3fa08c17b2cdadc118253cf99
$(PKG)_VERSION := 1.1.1
$(PKG)_CHECKSUM := 2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.openssl.org/source/$($(PKG)_FILE)
@ -34,7 +34,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' all install_sw -j 1 \
CC='$(TARGET)-gcc' \
RANLIB='$(TARGET)-ranlib' \
AR='$(TARGET)-ar rcu' \
AR='$(TARGET)-ar' \
RC='$(TARGET)-windres' \
CROSS_COMPILE='$(TARGET)-' \
$(if $(BUILD_SHARED), ENGINESDIR='$(PREFIX)/$(TARGET)/bin/engines')