mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
Remove dependency on glibc 2.27
This commit is contained in:
parent
2f5ca167a3
commit
f449feb69a
2 changed files with 1 additions and 4 deletions
|
@ -77,6 +77,7 @@ flags="$flags"'
|
|||
|
||||
enable_backup_ref_ptr_support=false
|
||||
enable_dangling_raw_ptr_checks=false
|
||||
enable_shadow_metadata=false
|
||||
'
|
||||
|
||||
if [ "$WITH_SYSROOT" ]; then
|
||||
|
|
|
@ -19,10 +19,6 @@ SECTION_PATTERN = re.compile(r"^ *\[ *[0-9]+\] +(\S+) +\S+ + ([0-9a-f]+) .*$")
|
|||
# Some otherwise disallowed symbols are referenced in the linux-chromeos build.
|
||||
# To continue supporting it, allow these symbols to remain enabled.
|
||||
SYMBOL_ALLOWLIST = {
|
||||
"fts64_close",
|
||||
"fts64_open",
|
||||
"fts64_read",
|
||||
"memfd_create",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue