All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/nfs-utils: add dynamic library comment for NFSv4/NFSv4.1
@ 2021-07-25 21:39 James Hilliard
  2021-07-25 21:50 ` Petr Vorel
  2021-07-28 20:14 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2021-07-25 21:39 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, James Hilliard

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/nfs-utils/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
index f2997b9c91..df9c12ca44 100644
--- a/package/nfs-utils/Config.in
+++ b/package/nfs-utils/Config.in
@@ -26,6 +26,9 @@ config BR2_PACKAGE_NFS_UTILS_NFSV4
 	help
 	  Enable NFSv4/NFSv4.1 support
 
+comment "NFSv4/NFSv4.1 support needs a toolchain w/ dynamic library"
+	depends on BR2_STATIC_LIBS
+
 config BR2_PACKAGE_NFS_UTILS_GSS
 	bool "gss"
 	depends on BR2_PACKAGE_NFS_UTILS_NFSV4
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/nfs-utils: add dynamic library comment for NFSv4/NFSv4.1
  2021-07-25 21:39 [Buildroot] [PATCH 1/1] package/nfs-utils: add dynamic library comment for NFSv4/NFSv4.1 James Hilliard
@ 2021-07-25 21:50 ` Petr Vorel
  2021-07-28 20:14 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2021-07-25 21:50 UTC (permalink / raw)
  To: James Hilliard; +Cc: Giulio Benetti, buildroot

Hi James,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/nfs-utils: add dynamic library comment for NFSv4/NFSv4.1
  2021-07-25 21:39 [Buildroot] [PATCH 1/1] package/nfs-utils: add dynamic library comment for NFSv4/NFSv4.1 James Hilliard
  2021-07-25 21:50 ` Petr Vorel
@ 2021-07-28 20:14 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-28 20:14 UTC (permalink / raw)
  To: James Hilliard; +Cc: Giulio Benetti, buildroot

On Sun, 25 Jul 2021 15:39:42 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/nfs-utils/Config.in | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

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

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

end of thread, other threads:[~2021-07-28 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-25 21:39 [Buildroot] [PATCH 1/1] package/nfs-utils: add dynamic library comment for NFSv4/NFSv4.1 James Hilliard
2021-07-25 21:50 ` Petr Vorel
2021-07-28 20:14 ` Thomas Petazzoni

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.