From: Rosen Penev Date: Sun, 6 Jan 2019 07:31:25 +0000 (-0800) Subject: tinc: Fix to actually build without deprecated APIs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5ef7a05a8a7c704f47cdeec5b5f973b94c331480;p=feed%2Fpackages.git tinc: Fix to actually build without deprecated APIs The configure script checks for the existence of OpenSSL by checking a deprecated function. This works around it. The other changes have been done previously Signed-off-by: Rosen Penev --- diff --git a/net/tinc/Makefile b/net/tinc/Makefile index f1cffbffe2..a70f018f95 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tinc PKG_VERSION:=1.0.35 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.tinc-vpn.org/packages @@ -42,6 +42,9 @@ CONFIGURE_ARGS += \ --with-zlib="$(STAGING_DIR)/usr" \ --with-lzo-include="$(STAGING_DIR)/usr/include/lzo" +CONFIGURE_VARS += \ + ac_cv_have_decl_OpenSSL_add_all_algorithms=yes + define Package/tinc/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tincd $(1)/usr/sbin/