summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-05 12:23:08 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-05 12:38:57 +0200
commit215f87fb53164a5fc9af13acdad7fdada2117b60 (patch)
tree9e4bb0bc73a603dd81065eeb81545a4ff46996f9 /ucb
parentef8c2098a8528c0ca3cd9c66e23f4420f8660d19 (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 'ucb')
-rw-r--r--ucb/Module_ucb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/Module_ucb.mk b/ucb/Module_ucb.mk
index 805a21b568c8..1e64c2498bee 100644
--- a/ucb/Module_ucb.mk
+++ b/ucb/Module_ucb.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_Module_add_targets,ucb,\
Library_ucpexpand1 \
Library_ucpext \
Library_ucpfile1 \
- Library_ucpftp1 \
+ $(if $(ENABLE_CURL),Library_ucpftp1) \
Library_ucphier1 \
Library_ucppkg1 \
Library_ucptdoc1 \