diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-02 03:33:27 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-03 15:54:05 +0200 |
commit | d3e061fc770275c018c809baa1d449142fc9d10e (patch) | |
tree | a87752abb788e8094e39574a951f8ac8be313c96 /toolchain/uClibc/uClibc-snapshot.config | |
parent | c2e12ef2788c8323957bc5777ed3721f1ebf60ec (diff) | |
download | buildroot-novena-d3e061fc770275c018c809baa1d449142fc9d10e.tar.gz buildroot-novena-d3e061fc770275c018c809baa1d449142fc9d10e.zip |
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-snapshot.config')
-rw-r--r-- | toolchain/uClibc/uClibc-snapshot.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/uClibc-snapshot.config b/toolchain/uClibc/uClibc-snapshot.config index 4ce643a82..eb39df6ed 100644 --- a/toolchain/uClibc/uClibc-snapshot.config +++ b/toolchain/uClibc/uClibc-snapshot.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 |