projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb4e7fa
)
uclibc: add RPC config variables to 0.9.30
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 7 Dec 2008 21:22:51 +0000
(21:22 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 7 Dec 2008 21:22:51 +0000
(21:22 -0000)
Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so
the sed invocation in uclibc.mk can set them to the proper values.
toolchain/uClibc/uClibc-0.9.30.config
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/uClibc-0.9.30.config
b/toolchain/uClibc/uClibc-0.9.30.config
index 469c3847769b9ee86b5bd841f8da8f7891dbddb6..864f5a8eecc91184bf9e2623232605817a7d6f8f 100644
(file)
--- a/
toolchain/uClibc/uClibc-0.9.30.config
+++ b/
toolchain/uClibc/uClibc-0.9.30.config
@@
-125,6
+125,8
@@
UCLIBC_HAS_SOCKET=y
UCLIBC_HAS_IPV4=y
# UCLIBC_HAS_IPV6 is not set
# UCLIBC_HAS_RPC is not set
+# UCLIBC_HAS_FULL_RPC is not set
+# UCLIBC_HAS_REENTRANT_RPC is not set
UCLIBC_USE_NETLINK=y
UCLIBC_SUPPORT_AI_ADDRCONFIG=y
# UCLIBC_HAS_BSD_RES_CLOSE is not set