summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/uClibc-0.9.33.config
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-05-02 03:33:27 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-03 15:54:05 +0200
commitd3e061fc770275c018c809baa1d449142fc9d10e (patch)
treea87752abb788e8094e39574a951f8ac8be313c96 /toolchain/uClibc/uClibc-0.9.33.config
parentc2e12ef2788c8323957bc5777ed3721f1ebf60ec (diff)
toolchain/uClibc: enable UCLIBC_SUPPORT_AI_ADDRCONFIG
Enable AI_ADDRCONFIG support in uClibc otherwise we don't get the ifaddrs.h header installed and thus lack getifaddrs support. Quite useful for samba for example so we can use interfaces=eth0 statements in the configuration file rather than klunkier interfaces=192.168.1.1/255.255.255.0 ones. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.33.config')
-rw-r--r--toolchain/uClibc/uClibc-0.9.33.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.33.config b/toolchain/uClibc/uClibc-0.9.33.config
index 4ce643a82..eb39df6ed 100644
--- a/toolchain/uClibc/uClibc-0.9.33.config
+++ b/toolchain/uClibc/uClibc-0.9.33.config
@@ -168,7 +168,7 @@ UCLIBC_HAS_IPV4=y
# UCLIBC_HAS_FULL_RPC is not set
# UCLIBC_HAS_REENTRANT_RPC is not set
UCLIBC_USE_NETLINK=y
-# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
# UCLIBC_HAS_BSD_RES_CLOSE is not set
UCLIBC_HAS_COMPAT_RES_STATE=y
# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set