From ce55284ed6f5b5303d9e45d034287c728ef9b05a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 10 Jul 2017 14:43:22 +0200 Subject: inetd,mount: do not die if uclibc without RPC is detected Signed-off-by: Denys Vlasenko --- util-linux/mount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mount.c b/util-linux/mount.c index 6bb18524d..5fcc7958c 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -246,7 +246,8 @@ /* This is just a warning of a common mistake. Possibly this should be a * uclibc faq entry rather than in busybox... */ # if defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__) -# error "You need to build uClibc with UCLIBC_HAS_RPC for NFS support" +# warning "You probably need to build uClibc with UCLIBC_HAS_RPC for NFS support" + /* not #error, since user may be using e.g. libtirpc instead */ # endif # include # include -- cgit v1.2.3