mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
BuildFeatures: Remove curl buildfeature.
No longer used. Change-Id: I3a97e18e76da0995f9ab8599b796144c5bc0452c Reviewed-on: https://review.haiku-os.org/606 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
1a7a96606c
commit
0dd0b40f89
@ -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
|
||||
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user