haproxy: Don't select OPENSSL_WITH_DEPRECATED 8254/head
authorRosen Penev <rosenp@gmail.com>
Tue, 19 Feb 2019 09:17:37 +0000 (01:17 -0800)
committerGitHub <noreply@github.com>
Tue, 19 Feb 2019 09:17:37 +0000 (01:17 -0800)
Deprecated APIs are already patched out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/haproxy/Makefile

index 7a9d5de20febf32a37d084f1442dcd59db2e8773..54e34743efed8f2adfa84f027a8feb9addc4c4fe 100644 (file)
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
 PKG_VERSION:=1.8.19
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/1.8/src/
@@ -70,11 +70,6 @@ $(call Package/haproxy/Default/description)
  This package is built with SSL and LUA support.
 endef
 
-define Package/haproxy/config
-       select CONFIG_OPENSSL_WITH_DEPRECATED
-       $(call Package/haproxy/Default/config)
-endef
-
 define Package/haproxy-nossl
   TITLE+= (without SSL support)
   VARIANT:=nossl