aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/config/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-29 07:22:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-29 07:22:31 +0000
commite6d3041b29a0662600242bf80ed9cb046a6031a5 (patch)
tree99257a69a71fa6eab87c01275f39993bb5433ad4 /toolchain/eglibc/config/Config.in
parentb87696121790f34164b50c0c9df58532bb533bfb (diff)
downloadupstream-e6d3041b29a0662600242bf80ed9cb046a6031a5.tar.gz
upstream-e6d3041b29a0662600242bf80ed9cb046a6031a5.tar.bz2
upstream-e6d3041b29a0662600242bf80ed9cb046a6031a5.zip
AA: eglibc: sync with trunk, delete old versions
Fixes build errors in the RPC code and adds parallel build support Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/config/Config.in')
-rw-r--r--toolchain/eglibc/config/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in
index a1e2eb60c3..6f022234a6 100644
--- a/toolchain/eglibc/config/Config.in
+++ b/toolchain/eglibc/config/Config.in
@@ -534,7 +534,7 @@ config EGLIBC_OPTION_EGLIBC_MEMUSAGE
config EGLIBC_OPTION_EGLIBC_NIS
bool "Support for NIS, NIS+, and the special 'compat' services."
- default y
+ default n
select EGLIBC_OPTION_EGLIBC_INET
select EGLIBC_OPTION_EGLIBC_SUNRPC
help
@@ -718,7 +718,7 @@ config EGLIBC_OPTION_EGLIBC_STREAMS
config EGLIBC_OPTION_EGLIBC_SUNRPC
bool "Support for the Sun 'RPC' protocol."
- default y
+ default n
select EGLIBC_OPTION_EGLIBC_INET
help
This option group includes support for the Sun RPC protocols,