From cc8c64a8dc5c069204ce7334861997febc45a69f Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 7 Sep 2020 20:25:19 +1200 Subject: glibc: --enable-obsolete-rpc has been removed as of 2.32 Make --enable-obsolete-rpc conditional on !GLIBC_2_32_or_later as it's been removed from that version on. Fixes: #1505 Fixes: commit 1ee44ab5 ("glibc: --enable-obsolete-rpc has been removed as of 2.32") Signed-off-by: Chris Packham diff --git a/config/libc/glibc.in b/config/libc/glibc.in index e89ed8c..5a3b1b8 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -150,7 +150,7 @@ config GLIBC_NO_SPARC_V8 # The option and the code has finally been removed in 2.32 config GLIBC_HAS_OBSOLETE_RPC def_bool y - depends on GLIBC_2_14_or_later && !CT_GLIBC_2_32_or_later + depends on GLIBC_2_14_or_later && !GLIBC_2_32_or_later config GLIBC_EXTRA_CONFIG_ARRAY string -- cgit v0.10.2-6-g49f6