diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-23 15:37:53 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-23 15:37:53 -0300 |
commit | bb31b90d73ae5a42b4c1b3fd6084c1896631b21c (patch) | |
tree | 0d45215b46820421be45a913d3e66d8374bed723 /libs/libshout/Makefile | |
parent | d9e9b59159309449df7a7a6d4ab87980dc16eac2 (diff) |
libshout: add openssl 1.1.0 compatibility
Avoid calling deprecated and unnecessary library initialization
functions with openssl >= 1.1.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'libs/libshout/Makefile')
-rw-r--r-- | libs/libshout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 6a02ff698..83d527485 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libshout PKG_VERSION:=2.4.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |