[Buildroot] [git commit] package/nfs-utils: add dynamic library comment for NFSv4/NFSv4.1

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Jul 28 20:14:35 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=14296940be1c5f7c999530e058c5563b0a94ce22
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Reviewed-by: Petr Vorel <petr.vorel at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.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


More information about the buildroot mailing list