summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-09 09:21:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-09 09:23:59 +0200
commit6b4c435b1b642eee249dfd6212f161c6f8398d95 (patch)
treeceec4d96cfa456cf5d0c825c1ddcff43c3d8d775 /RepositoryExternal.mk
parentdfd3d6644aa42d77b2108fab72ce34022d88dfeb (diff)
external/openldap's include/lber_types.h is generated during build
...from include/lber_types.hin. So fix dependencies after cad68c6559a350aadbb1d3b2fcc8d78d1851b057 "relax deps of link target on external projects." Change-Id: I1c002b063c53f82ff18d11577a99f7413f7fb7a5
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 5a655e21d67a..e0e3a39bbdfd 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2800,7 +2800,7 @@ $(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,openldap/include) \
$$(INCLUDE) \
)
-$(call gb_LinkTarget_use_external_project,$(1),openldap)
+$(call gb_LinkTarget_use_external_project,$(1),openldap,full)
$(call gb_LinkTarget_add_libs,$(1), \
$(call gb_UnpackedTarball_get_dir,openldap)/libraries/libldap/.libs/libldap.a \
$(call gb_UnpackedTarball_get_dir,openldap)/libraries/liblber/.libs/liblber.a \