diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-05 12:23:08 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-05 12:38:57 +0200 |
commit | 215f87fb53164a5fc9af13acdad7fdada2117b60 (patch) | |
tree | 9e4bb0bc73a603dd81065eeb81545a4ff46996f9 /postprocess | |
parent | ef8c2098a8528c0ca3cd9c66e23f4420f8660d19 (diff) |
We need an ENABLE_CURL, too
It is not enough to just have CURL in BUILD_TYPE or not. At least the
ftp UCP requires libcurl unconditionally, so it can't be built if we
don't have either a system or bundled libcurl.
Change-Id: I38e9939acb160d581e9a070a6cd7a0c89ddb5266
Diffstat (limited to 'postprocess')
-rwxr-xr-x | postprocess/Rdb_services.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index ad1ac490aff1..c044e14a7be4 100755 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -96,7 +96,7 @@ $(eval $(call gb_Rdb_add_components,services,\ ucb/source/ucp/expand/ucpexpand1 \ ucb/source/ucp/ext/ucpext \ ucb/source/ucp/file/ucpfile1 \ - ucb/source/ucp/ftp/ucpftp1 \ + $(if $(ENABLE_CURL),ucb/source/ucp/ftp/ucpftp1) \ ucb/source/ucp/hierarchy/ucphier1 \ ucb/source/ucp/package/ucppkg1 \ ucb/source/ucp/tdoc/ucptdoc1 \ |