Merge pull request #765 from kiwix/gss-symbols
Fix missing symbols on CoreKiwix.xcframework
This commit is contained in:
commit
dfe53e13e9
|
@ -23,7 +23,7 @@ class LibCurl(Dependency):
|
||||||
meson_archive = Remotefile(
|
meson_archive = Remotefile(
|
||||||
"curl_8.4.0-2_patch.zip",
|
"curl_8.4.0-2_patch.zip",
|
||||||
"bbb6ae75225c36ef9bb336cface729794c7c070c623a003fff40bd416042ff6e",
|
"bbb6ae75225c36ef9bb336cface729794c7c070c623a003fff40bd416042ff6e",
|
||||||
"https://public.kymeria.fr/KIWIX/curl_8.4.0-2_patch.zip",
|
"https://dev.kiwix.org/libkiwix/curl_8.4.0-2_patch.zip",
|
||||||
)
|
)
|
||||||
archives = [src_archive, meson_archive]
|
archives = [src_archive, meson_archive]
|
||||||
|
|
||||||
|
@ -32,6 +32,9 @@ class LibCurl(Dependency):
|
||||||
configure_options = [
|
configure_options = [
|
||||||
f"-D{p}=disabled"
|
f"-D{p}=disabled"
|
||||||
for p in (
|
for p in (
|
||||||
|
"psl",
|
||||||
|
"kerberos-auth",
|
||||||
|
"gss-api",
|
||||||
"ssh",
|
"ssh",
|
||||||
"ssl",
|
"ssl",
|
||||||
"rtmp",
|
"rtmp",
|
||||||
|
|
Loading…
Reference in New Issue