RepositoryExternal.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6d5d057a1963fb6fdd044b7cfa1c818e84c9d4c2 Author: Tor Lillqvist <[email protected]> Date: Wed Nov 14 18:45:42 2012 +0200 Revert "gb_LinkTarget_get_preparation_target is not defined" Nah, this then caused a repeatable other problem; in liborcus: /bin/sh: line 1: ./configure: No such file or directory This reverts commit dff0a481db662816b06f8496b30786cee5fc3dd5. diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index bc35717..38b1635 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_use_unpacked,$(1),boost) +$(call gb_LinkTarget_get_preparation_target,$(1)) : $(call gb_UnpackedTarball_get_target,boost) endef define gb_ExternalProject__use_boost_headers -$(call gb_ExternalProject_use_unpacked,$(1),boost) +$(call gb_ExternalProject_get_preparation_target,$(1)) : $(call gb_UnpackedTarball_get_target,boost) endef endif # SYSTEM_BOOST _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
