mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-09 18:16:09 +03:00
Ports: Remove configure option which disables getattrinfo() for curl
This commit is contained in:
parent
f34d951f28
commit
317b2d7f92
Notes:
sideshowbarker
2024-07-18 20:26:55 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/317b2d7f922 Pull-request: https://github.com/SerenityOS/serenity/pull/6281
@ -10,8 +10,3 @@ depends=zlib
|
||||
auth_type="sig"
|
||||
auth_import_key="27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2"
|
||||
auth_opts="curl-${version}.tar.bz2.asc curl-${version}.tar.bz2"
|
||||
|
||||
pre_configure() {
|
||||
# serenity's getaddrinfo exists but is a stub
|
||||
export curl_disallow_getaddrinfo=yes
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user