All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/libxmlrpc: fix check-package warnings
@ 2020-06-22 20:52 Yann E. MORIN
  2020-07-16 15:03 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2020-06-22 20:52 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=92d73f31b2ffdbbdb7049a9c25669c973766d7f9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Assignment in conditional blocks must use append-assignment.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/libxmlrpc/libxmlrpc.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk
index f9925b74ca..4b30ecd381 100644
--- a/package/libxmlrpc/libxmlrpc.mk
+++ b/package/libxmlrpc/libxmlrpc.mk
@@ -40,10 +40,10 @@ LIBXMLRPC_STATIC_OPTS = SHARED_LIB_TYPE=NONE MUST_BUILD_SHLIB=N
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
-LIBXMLRPC_DEPENDENCIES = host-pkgconf openssl
-LIBXMLRPC_CONF_OPTS = --enable-abyss-openssl
+LIBXMLRPC_DEPENDENCIES += host-pkgconf openssl
+LIBXMLRPC_CONF_OPTS += --enable-abyss-openssl
 else
-LIBXMLRPC_CONF_OPTS = --disable-abyss-openssl
+LIBXMLRPC_CONF_OPTS += --disable-abyss-openssl
 endif
 
 LIBXMLRPC_MAKE_OPTS += $(LIBXMLRPC_STATIC_OPTS)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [git commit] package/libxmlrpc: fix check-package warnings
  2020-06-22 20:52 [Buildroot] [git commit] package/libxmlrpc: fix check-package warnings Yann E. MORIN
@ 2020-07-16 15:03 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2020-07-16 15:03 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=92d73f31b2ffdbbdb7049a9c25669c973766d7f9
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Assignment in conditional blocks must use append-assignment.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-16 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-22 20:52 [Buildroot] [git commit] package/libxmlrpc: fix check-package warnings Yann E. MORIN
2020-07-16 15:03 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.