summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-07 21:18:23 +0100
committerMichael Stahl <mstahl@redhat.com>2016-03-07 21:20:50 +0100
commitc7ca0718f721c6551ebf5514c58a2f517ee2c6e8 (patch)
tree8f42c9905bb4975758b30a3e6645691e08ff4094 /RepositoryExternal.mk
parentfaa379ffb2163b6484650dfeb3eb5e80d3be112f (diff)
RepositoryExternal: missing dependency in openssl_headers
Change-Id: I4a9f6c07204f2784ac6cac28bed9dfa700950c09
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index ef79b1dd350a..5b497eeb35cd 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1578,6 +1578,7 @@ $(call gb_ExternalProject_use_package,$(1),openssl)
endef
define gb_LinkTarget__use_openssl_headers
+$(call gb_LinkTarget_use_external_project,$(1),openssl)
$(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,openssl)/include \
$$(INCLUDE) \