From 0dd0b40f8926e37c57930e5dbe215a9c0ae14ebe Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Sat, 29 Sep 2018 23:27:49 -0400 Subject: [PATCH] BuildFeatures: Remove curl buildfeature. No longer used. Change-Id: I3a97e18e76da0995f9ab8599b796144c5bc0452c Reviewed-on: https://review.haiku-os.org/606 Reviewed-by: waddlesplash --- ReadMe.Compiling.md | 1 - build/jam/BuildFeatures | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/ReadMe.Compiling.md b/ReadMe.Compiling.md index 69047bd348..0fb4b4b5da 100644 --- a/ReadMe.Compiling.md +++ b/ReadMe.Compiling.md @@ -42,7 +42,6 @@ Whether they are installed can be tested by running them in a shell with the `--version` parameter. The following libraries (and their respective headers) are required: - * `curl` * `zlib` ### Haiku for ARM diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index 2ed030147a..3bc2a00fee 100644 --- a/build/jam/BuildFeatures +++ b/build/jam/BuildFeatures @@ -115,24 +115,6 @@ if [ IsPackageAvailable icu_devel ] { } -# curl -if [ IsPackageAvailable curl_devel ] { - ExtractBuildFeatureArchives curl : - file: base curl - runtime: lib - file: devel curl_devel - depends: base - library: - $(developLibDir)/libcurl.so - headers: $(developHeadersDir) $(developHeadersDir)/curl - ; - - EnableBuildFeatures curl ; -} else { - Echo "Curl not available for $(TARGET_PACKAGING_ARCH)" ; -} - - # CLucene # TODO: Update to packages!