tls: in AES-GCM decoding, avoid memmove
[oweals/busybox.git] / util-linux / mount.c
index b8dd8a9257d7e5e7d9e3d0d0df134f0cfb7b0252..fa2e7b114ac222ff52790d8dbb2cec6c23f6ea77 100644 (file)
@@ -69,7 +69,6 @@
 //config:      bool "Support mounting NFS file systems on Linux < 2.6.23"
 //config:      default n
 //config:      depends on MOUNT
-//config:      select FEATURE_HAVE_RPC
 //config:      select FEATURE_SYSLOG
 //config:      help
 //config:      Enable mounting of NFS file systems on Linux kernels prior
  * uclibc faq entry rather than in busybox... */
 # if defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__)
 #  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 */
+   /* not #error, since user may be using e.g. libtirpc instead.
+    * This might work:
+    * CONFIG_EXTRA_CFLAGS="-I/usr/include/tirpc"
+    * CONFIG_EXTRA_LDLIBS="tirpc"
+    */
 # endif
 # include <rpc/rpc.h>
 # include <rpc/pmap_prot.h>