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

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Feb 23 13:56:16 UTC 2016


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

New commits:
commit d63a940853459bc70df032a36a6432d9515e0ecb
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Feb 23 11:28:31 2016 +0100

    we need the complete cppunit build
    
    Change-Id: I71de79a7a10453da73e96793dcd58c3c64c044ee
    Reviewed-on: https://gerrit.libreoffice.org/22639
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index e0f6c9b..772b1fd 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -162,7 +162,7 @@ endef
 else # !SYSTEM_CPPUNIT
 
 define gb_LinkTarget__use_cppunit
-$(call gb_LinkTarget_use_external_project,$(1),cppunit)
+$(call gb_LinkTarget_use_external_project,$(1),cppunit, full)
 
 $(call gb_LinkTarget_set_include,$(1),\
 	-I$(call gb_UnpackedTarball_get_dir,cppunit/include)\


More information about the Libreoffice-commits mailing list