mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
haproxy: Don't select OPENSSL_WITH_DEPRECATED
Deprecated APIs are already patched out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=haproxy
|
PKG_NAME:=haproxy
|
||||||
PKG_VERSION:=1.8.19
|
PKG_VERSION:=1.8.19
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.haproxy.org/download/1.8/src/
|
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.
|
This package is built with SSL and LUA support.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/haproxy/config
|
|
||||||
select CONFIG_OPENSSL_WITH_DEPRECATED
|
|
||||||
$(call Package/haproxy/Default/config)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/haproxy-nossl
|
define Package/haproxy-nossl
|
||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
VARIANT:=nossl
|
VARIANT:=nossl
|
||||||
|
|||||||
Reference in New Issue
Block a user