mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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 <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -60,6 +60,7 @@ define Package/haproxy-nossl
|
|||||||
TITLE+=without SSL support
|
TITLE+=without SSL support
|
||||||
VARIANT:=nossl
|
VARIANT:=nossl
|
||||||
DEPENDS+= +libpcre +libltdl +zlib +libpthread +liblua5.3 +libatomic
|
DEPENDS+= +libpcre +libltdl +zlib +libpthread +liblua5.3 +libatomic
|
||||||
|
CONFLICTS:=haproxy
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/haproxy-nossl/description
|
define Package/haproxy-nossl/description
|
||||||
|
|||||||
Reference in New Issue
Block a user