From 487cc8fb264090f07a6d04f148b46a79f8950d8e Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 6 Mar 2022 12:58:59 +0100 Subject: [PATCH] haproxy: add conflict to packages with SSL or without SSL support Both packages provide the same packages and should conflict to each other. Fixes: ``` Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /usr/sbin/haproxy Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /etc/haproxy.cfg Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /etc/init.d/haproxy ``` They should not be installed side by side. Signed-off-by: Josef Schlehofer --- net/haproxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index cfd356267..d726b8454 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -60,6 +60,7 @@ define Package/haproxy-nossl TITLE+=without SSL support VARIANT:=nossl DEPENDS+= +libpcre +libltdl +zlib +libpthread +liblua5.3 +libatomic + CONFLICTS:=haproxy endef define Package/haproxy-nossl/description