diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-27 13:28:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-27 13:28:33 +0000 |
commit | 00a0035fa8219a778c08c95b7e5ca44e66de18f3 (patch) | |
tree | e28b3525f1448da3ebfff0158c96ea1b4706e6d1 /toolchain/uClibc/config-0.9.30.1 | |
parent | adc83174bfb0af29ab4f4e60613395eb974d37b7 (diff) | |
download | upstream-00a0035fa8219a778c08c95b7e5ca44e66de18f3.tar.gz upstream-00a0035fa8219a778c08c95b7e5ca44e66de18f3.tar.bz2 upstream-00a0035fa8219a778c08c95b7e5ca44e66de18f3.zip |
enable UCLIBC_SUPPORT_AI_ADDRCONFIG in common uclibc 0.9.30.1 config, this will restore support for getifaddrs() and fix compilation of lldpd and possibly others
SVN-Revision: 16108
Diffstat (limited to 'toolchain/uClibc/config-0.9.30.1')
-rw-r--r-- | toolchain/uClibc/config-0.9.30.1/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/config-0.9.30.1/common b/toolchain/uClibc/config-0.9.30.1/common index 0df03c5f1a..46b9eba05d 100644 --- a/toolchain/uClibc/config-0.9.30.1/common +++ b/toolchain/uClibc/config-0.9.30.1/common @@ -167,7 +167,7 @@ UCLIBC_LINUX_SPECIFIC=y UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 UCLIBC_PWD_BUFFER_SIZE=256 # UCLIBC_STATIC_LDCONFIG is not set -# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set +UCLIBC_SUPPORT_AI_ADDRCONFIG=y UCLIBC_SUSV3_LEGACY=y UCLIBC_SUSV3_LEGACY_MACROS=y # UCLIBC_SV4_DEPRECATED is not set |