summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-05 13:35:14 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-05 13:35:14 +0200
commit5cf2205387a8df61329196241397dfde42d85f7c (patch)
tree46b05cd88036ecd057cd0e4d19f9757c7b88712a /RepositoryExternal.mk
parentacaf8eb33b40564a498167ef338f5e7dfcd2f453 (diff)
ucb: move APR dependencies to gb_LinkTarget__use_apr
Change-Id: I6768e5f2400f3020d85c48b80d58e13a3f6f07e9
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 9e20991c7c3e..640452df5b9b 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1041,6 +1041,8 @@ $(call gb_LinkTarget_set_include,$(1),\
)
$(call gb_LinkTarget_add_libs,$(1),\
$(APR_LIBS) \
+ $(if $(filter $(OS),LINUX),-lpthread) \
+ $(if $(filter $(OS),MACOSX),-liconv) \
)
ifeq ($(SYSTEM_APR),)