Buildroot Archive on 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox