diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-13 18:20:28 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-13 18:20:28 +0100 |
| commit | 4892f3a4c77fb5051d64cfc5f9056a7d6ec6cdb2 (patch) | |
| tree | 20585496bc3e661bad14808a404dc283b09c40f0 /util-linux | |
| parent | edccc982e515e63a080a75fb49fd08b946f62cc6 (diff) | |
| download | busybox-w32-4892f3a4c77fb5051d64cfc5f9056a7d6ec6cdb2.tar.gz busybox-w32-4892f3a4c77fb5051d64cfc5f9056a7d6ec6cdb2.tar.bz2 busybox-w32-4892f3a4c77fb5051d64cfc5f9056a7d6ec6cdb2.zip | |
inetd,mount: add comment with example of flags to build with libtirpc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/mount.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 4eade0869..fa2e7b114 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
| @@ -244,7 +244,11 @@ | |||
| 244 | * uclibc faq entry rather than in busybox... */ | 244 | * uclibc faq entry rather than in busybox... */ |
| 245 | # if defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__) | 245 | # if defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__) |
| 246 | # warning "You probably need to build uClibc with UCLIBC_HAS_RPC for NFS support" | 246 | # warning "You probably need to build uClibc with UCLIBC_HAS_RPC for NFS support" |
| 247 | /* not #error, since user may be using e.g. libtirpc instead */ | 247 | /* not #error, since user may be using e.g. libtirpc instead. |
| 248 | * This might work: | ||
| 249 | * CONFIG_EXTRA_CFLAGS="-I/usr/include/tirpc" | ||
| 250 | * CONFIG_EXTRA_LDLIBS="tirpc" | ||
| 251 | */ | ||
| 248 | # endif | 252 | # endif |
| 249 | # include <rpc/rpc.h> | 253 | # include <rpc/rpc.h> |
| 250 | # include <rpc/pmap_prot.h> | 254 | # include <rpc/pmap_prot.h> |
