squid: fix build on 10.7

This commit is contained in:
Joshua Root
2023-09-04 22:13:51 +10:00
parent 341bdde536
commit 52ec31af51
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -43,6 +43,10 @@ platform darwin {
} elseif {${os.major} >= 11 && ${os.major} <= 16} {
# symbols missing from libc++
patchfiles-append bad_optional_access.patch
if {${os.major} == 11} {
# https://bugs.llvm.org/show_bug.cgi?id=10817
patchfiles-append getline-workaround.patch
}
}
}
+7
View File
@@ -0,0 +1,7 @@
--- src/cf.data.pre.orig 2023-09-03 16:17:45
+++ src/cf.data.pre 2023-09-04 22:11:31
@@ -10908,3 +10908,4 @@
DOC_END
EOF
+