summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-12-08 09:48:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-12-08 15:15:37 +0100
commita58c44457b26b3c95e30d609704bcb9a05a35f6b (patch)
tree291f8795cf5109bb6ebf1ec7e8af41ae38f658b7 /RepositoryExternal.mk
parentcrashtesting: crash on import of ooo33887.sxw (diff)
downloadcore-a58c44457b26b3c95e30d609704bcb9a05a35f6b.tar.gz
core-a58c44457b26b3c95e30d609704bcb9a05a35f6b.zip
fix fuzzer build
Change-Id: I87933b78126ffbf29999f4d17b212df21560bdbd Reviewed-on: https://gerrit.libreoffice.org/46080 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index bdc5d65a2d81..b0f0c17068ff 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3555,6 +3555,9 @@ $(call gb_LinkTarget_set_include,$(1),\
)
$(call gb_LinkTarget_add_libs,$(1),\
-L$(call gb_UnpackedTarball_get_dir,gpgmepp)/lang/cpp/src/.libs/ -lgpgmepp \
+ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),-L$(call gb_UnpackedTarball_get_dir,gpgmepp)/src/.libs/ -lgpgme) \
+ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),$$(GPG_ERROR_LIBS)) \
+ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),$$(LIBASSUAN_LIBS)) \
)
endef