Add libcurl build feature.
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user