mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
uclibc: Enable libresolv and libnsl stubs by default for 0.9.31
Closes #1555. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
65e209ca07
commit
4ab6883ac5
1
CHANGES
1
CHANGES
@ -56,6 +56,7 @@
|
|||||||
#1459: Misc QA fixes
|
#1459: Misc QA fixes
|
||||||
#1489: radvd update to 1.6
|
#1489: radvd update to 1.6
|
||||||
#1513: Enable powerpc e300c2, e300c3 and e500mc optimization
|
#1513: Enable powerpc e300c2, e300c3 and e500mc optimization
|
||||||
|
#1555: Fix default uclibc-0.9.31 configuration
|
||||||
#1567: openssl0.9.8n fails to compile
|
#1567: openssl0.9.8n fails to compile
|
||||||
|
|
||||||
2010.02, Release February 26th, 2010:
|
2010.02, Release February 26th, 2010:
|
||||||
|
@ -138,8 +138,8 @@ UCLIBC_USE_NETLINK=y
|
|||||||
# UCLIBC_HAS_BSD_RES_CLOSE is not set
|
# UCLIBC_HAS_BSD_RES_CLOSE is not set
|
||||||
UCLIBC_HAS_COMPAT_RES_STATE=y
|
UCLIBC_HAS_COMPAT_RES_STATE=y
|
||||||
# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
|
# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
|
||||||
# UCLIBC_HAS_LIBRESOLV_STUB is not set
|
UCLIBC_HAS_LIBRESOLV_STUB=y
|
||||||
# UCLIBC_HAS_LIBNSL_STUB is not set
|
UCLIBC_HAS_LIBNSL_STUB=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# String and Stdio Support
|
# String and Stdio Support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user