summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-12 21:39:56 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-12 22:44:49 +0200
commit317b2d7f9220d7cddc19e83a00f79da2159301a5 (patch)
tree4502e2269b6ac76a4c1e821a0c7ce12240f731cc /Ports
parentf34d951f28448f172058318e8a54eafd8ccd8dfc (diff)
downloadserenity-317b2d7f9220d7cddc19e83a00f79da2159301a5.zip
Ports: Remove configure option which disables getattrinfo() for curl
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/curl/package.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/Ports/curl/package.sh b/Ports/curl/package.sh
index ffc5ab90ee..7bdc5381b5 100755
--- a/Ports/curl/package.sh
+++ b/Ports/curl/package.sh
@@ -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
-}