projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4608c4c
)
nfs-utils: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to autotargets configure)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 25 Apr 2012 20:29:34 +0000
(22:29 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/nfs-utils/nfs-utils.mk
b/package/nfs-utils/nfs-utils.mk
index bbe25fee06d7fa5883e8b8c31d9e0ed28e35554e..557e7e8cc30d5316fc25eaf355cae78bed38e85b 100644
(file)
--- 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