BuildFeatures: Remove curl buildfeature.
No longer used. Change-Id: I3a97e18e76da0995f9ab8599b796144c5bc0452c Reviewed-on: https://review.haiku-os.org/606 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user