Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/freeradius-server: fix memcached dependency
@ 2022-08-09 22:04 Fabrice Fontaine
  2022-08-11 21:01 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-08-09 22:04 UTC (permalink / raw)
  To: buildroot; +Cc: David GOUARIN, Matt Weber, Fabrice Fontaine

Fix the following build failure raised since the addition of the package
in commit 736c4c1655d93652a9a7e79235bbe726b3d46176:

Makefile:575: *** mysql is in the dependency chain of freeradius-server that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.

Fixes:
 - http://autobuild.buildroot.org/results/c3a9c3822b4599c1b16d27840b5663506e37a41f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/freeradius-server/freeradius-server.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/freeradius-server/freeradius-server.mk b/package/freeradius-server/freeradius-server.mk
index 65a72ab532..2f4c118da5 100644
--- a/package/freeradius-server/freeradius-server.mk
+++ b/package/freeradius-server/freeradius-server.mk
@@ -109,7 +109,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_MEMCACHED),y)
 FREERADIUS_SERVER_CONF_OPTS += --with-rlm_cache_memcached
-FREERADIUS_SERVER_DEPENDENCIES += mysql
+FREERADIUS_SERVER_DEPENDENCIES += memcached
 else
 FREERADIUS_SERVER_CONF_OPTS += --without-rlm_cache_memcached
 endif
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/freeradius-server: fix memcached dependency
  2022-08-09 22:04 [Buildroot] [PATCH 1/1] package/freeradius-server: fix memcached dependency Fabrice Fontaine
@ 2022-08-11 21:01 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-11 21:01 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: David GOUARIN, Matt Weber, buildroot

On Wed, 10 Aug 2022 00:04:52 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fix the following build failure raised since the addition of the package
> in commit 736c4c1655d93652a9a7e79235bbe726b3d46176:
> 
> Makefile:575: *** mysql is in the dependency chain of freeradius-server that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/c3a9c3822b4599c1b16d27840b5663506e37a41f
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/freeradius-server/freeradius-server.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-11 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09 22:04 [Buildroot] [PATCH 1/1] package/freeradius-server: fix memcached dependency Fabrice Fontaine
2022-08-11 21:01 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox