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
Notes: sideshowbarker 2024-07-18 20:26:55 +09:00

View File

@ -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
}