summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-03-10 17:11:49 +0100
committerMichael Stahl <mstahl@redhat.com>2017-03-10 17:13:47 +0100
commitee9cb85e9adc03693141a106630a4f278b4e93ac (patch)
tree61295fb54a0358a22b13907d0e4b5f4803bdbd08 /RepositoryExternal.mk
parent14cdcd154e9621ffdc4e00af7bc84b56d76d6cd4 (diff)
gpgme: change gb_LinkTarget__use_gpgmepp to depend on package
This replaces f764d67da42caa71fd5e02146b1ca32680ae2f6e with a better fix, no point in littering the makefiles with manual dependencies when we can just avoid the problem in one place with a tiny performance cost. Change-Id: Ic7e91ee4c99deb12a9544cf691c0995de6ae2bad
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 00cae6405e5f..284fe0a6906e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3427,7 +3427,7 @@ $(call gb_LinkTarget_set_include,$(1),\
$(call gb_LinkTarget_add_libs,$(1),\
-L$(call gb_UnpackedTarball_get_dir,gpgme)/lang/cpp/src/.libs/ -lgpgmepp \
)
-$(call gb_LinkTarget_use_external_project,$(1),gpgme,full)
+$(call gb_LinkTarget_use_package,$(1),gpgme)
endef