All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] nfs-utils: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to autotargets configure)
@ 2012-04-25 20:29 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2012-04-25 20:29 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e23be36ab3a110787917db59618d9f5280457938
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/nfs-utils/nfs-utils.mk b/package/nfs-utils/nfs-utils.mk
index bbe25fe..557e7e8 100644
--- a/package/nfs-utils/nfs-utils.mk
+++ b/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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-25 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-25 20:29 [Buildroot] [git commit] nfs-utils: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to autotargets configure) Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.