浏览代码

nfs-utils: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to autotargets configure)

IPv6 support needs the TIRPC library, which we don't have in Buildroot, so
forcibly disable IPv6 support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 年之前
父节点
当前提交
e23be36ab3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/nfs-utils/nfs-utils.mk

+ 1 - 0
package/nfs-utils/nfs-utils.mk

@@ -14,6 +14,7 @@ NFS_UTILS_CONF_OPT = \
 		--disable-gss \
 		--disable-tirpc \
 		--disable-uuid \
+		--disable-ipv6 \
 		--without-tcp-wrappers \
 		--with-rpcgen=internal