scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
5f5119be97
commit
185326613d
@ -58,6 +58,7 @@ if test x"$LIBC" = x"glibc"; then
|
||||
| grep -v CONFIG_FEATURE_USE_BSS_TAIL \
|
||||
| grep -v CONFIG_DEBUG_SANITIZE \
|
||||
| grep -v CONFIG_FEATURE_MOUNT_NFS \
|
||||
| grep -v CONFIG_FEATURE_INETD_RPC \
|
||||
>.config.new
|
||||
mv .config.new .config
|
||||
echo '# CONFIG_STATIC is not set' >>.config
|
||||
@ -69,6 +70,7 @@ if test x"$LIBC" = x"glibc"; then
|
||||
echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config
|
||||
# 2018: current glibc versions no longer include rpc/rpc.h
|
||||
echo '# CONFIG_FEATURE_MOUNT_NFS is not set' >>.config
|
||||
echo '# CONFIG_FEATURE_INETD_RPC is not set' >>.config
|
||||
fi
|
||||
|
||||
# If uclibc, build static, and remove some things
|
||||
|
Loading…
Reference in New Issue
Block a user