mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
package/libxmlrpc: fix check-package warnings
Assignment in conditional blocks must use append-assignment. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit 92d73f31b2ffdbbdb7049a9c25669c973766d7f9) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7487a5de94
commit
98524be8d2
@ -40,10 +40,10 @@ LIBXMLRPC_STATIC_OPTS = SHARED_LIB_TYPE=NONE MUST_BUILD_SHLIB=N
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
LIBXMLRPC_DEPENDENCIES = host-pkgconf openssl
|
LIBXMLRPC_DEPENDENCIES += host-pkgconf openssl
|
||||||
LIBXMLRPC_CONF_OPTS = --enable-abyss-openssl
|
LIBXMLRPC_CONF_OPTS += --enable-abyss-openssl
|
||||||
else
|
else
|
||||||
LIBXMLRPC_CONF_OPTS = --disable-abyss-openssl
|
LIBXMLRPC_CONF_OPTS += --disable-abyss-openssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBXMLRPC_MAKE_OPTS += $(LIBXMLRPC_STATIC_OPTS)
|
LIBXMLRPC_MAKE_OPTS += $(LIBXMLRPC_STATIC_OPTS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user