RepositoryExternal.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1654a1e71bc66ccfb0f809c7a2eac1522b684cd4 Author: Christian Lohmaier <[email protected]> Date: Wed Nov 14 18:11:30 2012 +0100 gb_LinkTarget_get_preparation_target is not defined (2nd try) gb_ExternalProject_use_unpacked has completely different different side-effects, so use the manual way/the actually expected part of the rule Change-Id: I35edb19c3e768608bbb70314cac7ca908a426c7c Reviewed-on: https://gerrit.libreoffice.org/1067 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 38b1635..7d56e35 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -454,12 +454,12 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\ endef define gb_LinkTarget__use_boost_headers -$(call gb_LinkTarget_get_preparation_target,$(1)) : $(call gb_UnpackedTarball_get_target,boost) +$(call gb_LinkTarget_use_unpacked,$(1),boost) endef define gb_ExternalProject__use_boost_headers -$(call gb_ExternalProject_get_preparation_target,$(1)) : $(call gb_UnpackedTarball_get_target,boost) +$(call gb_ExternalProject_get_preparation_target,$(1)) :| $(call gb_UnpackedTarball_get_final_target,boost) endef endif # SYSTEM_BOOST _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
