[Libreoffice-commits] core.git: RepositoryExternal.mk

Michael Stahl mstahl at redhat.com
Wed May 29 09:40:23 PDT 2013


 RepositoryExternal.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 963737d4dc83a162c2e295e942feb6fbf47bb809
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed May 29 18:36:29 2013 +0200

    fix copy paste error in gb_ExternalProject__use_boostsystem
    
    May cause liborcus build failure.
    
    Change-Id: I8a313dbe46cba28bccb749e4496a852872782e3a

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 363d33c..03b1fa6 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -624,7 +624,7 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
 endef
 
 define gb_ExternalProject__use_boostsystem
-$(call gb_LinkTarget_use_static_libraries,$(1),boostsystem)
+$(call gb_ExternalProject_use_static_libraries,$(1),boostsystem)
 endef
 
 define gb_LinkTarget__use_boost_headers


More information about the Libreoffice-commits mailing list