git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
77e682a
)
libwebsockets: OpenSSL and mbedTLS variants should conflict
author
Josef Schlehofer
<redacted>
Tue, 25 Oct 2022 10:14:25 +0000
(12:14 +0200)
committer
Josef Schlehofer
<redacted>
Tue, 25 Oct 2022 10:27:11 +0000
(12:27 +0200)
They provide the same files, but they don't conflict to each other, this
means that users can install them side by side.
Signed-off-by: Josef Schlehofer <redacted>
libs/libwebsockets/Makefile
patch
|
blob
|
history
diff --git
a/libs/libwebsockets/Makefile
b/libs/libwebsockets/Makefile
index 49a4381f73d4a70c754f138d1604c8e04d7c9f42..617523a27a0d838b2d815b50890df7ce41ffc291 100644
(file)
--- a/
libs/libwebsockets/Makefile
+++ b/
libs/libwebsockets/Makefile
@@
-64,6
+64,7
@@
define Package/libwebsockets-mbedtls
TITLE += (mbedTLS)
DEPENDS += +libmbedtls
VARIANT:=mbedtls
+ CONFLICTS:=libwebsockets-openssl
endef
define Package/libwebsockets-full
git clone https://git.99rst.org/PROJECT