Add libcurl build feature.

This commit is contained in:
Rene Gollent
2013-09-29 17:25:29 -04:00
parent f9ab70a1d1
commit 9549402d30
3 changed files with 23 additions and 1 deletions
+18
View File
@@ -62,6 +62,24 @@ 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!