nfs-utils: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to autotargets configure)
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 25 Apr 2012 20:29:34 +0000 (22:29 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 25 Apr 2012 20:29:34 +0000 (22:29 +0200)
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>
package/nfs-utils/nfs-utils.mk

index bbe25fee06d7fa5883e8b8c31d9e0ed28e35554e..557e7e8cc30d5316fc25eaf355cae78bed38e85b 100644 (file)
@@ -14,6 +14,7 @@ NFS_UTILS_CONF_OPT = \
                --disable-gss \
                --disable-tirpc \
                --disable-uuid \
+               --disable-ipv6 \
                --without-tcp-wrappers \
                --with-rpcgen=internal