1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

Ports: Remove configure option which disables getattrinfo() for curl

This commit is contained in:
Gunnar Beutner 2021-04-12 21:39:56 +02:00 committed by Andreas Kling
parent f34d951f28
commit 317b2d7f92

View file

@ -10,8 +10,3 @@ depends=zlib
auth_type="sig" auth_type="sig"
auth_import_key="27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2" auth_import_key="27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2"
auth_opts="curl-${version}.tar.bz2.asc curl-${version}.tar.bz2" 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
}