[Libreoffice-commits] core.git: connectivity/Library_tdeab1.mk

Jan-Marek Glogowski glogow at fbihome.de
Mon Oct 12 23:14:29 PDT 2015


 connectivity/Library_tdeab1.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 239c75ed63fb31cfef9cee13d8d58c4fe9e7a906
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Tue Oct 13 08:10:22 2015 +0200

    TDE: fix build of the address book driver, 2nd
    
    The tdeab1 also needs boost headers. Not sure why my compile
    survived the first time (ccache?), after removin the boost
    headers from the makefile.
    
    Change-Id: I2b1f88f17eef549cb3effd2267d15ba97627f2b1

diff --git a/connectivity/Library_tdeab1.mk b/connectivity/Library_tdeab1.mk
index 298ed4c..54c90a4 100644
--- a/connectivity/Library_tdeab1.mk
+++ b/connectivity/Library_tdeab1.mk
@@ -11,6 +11,7 @@
 $(eval $(call gb_Library_Library,tdeab1))
 
 $(eval $(call gb_Library_use_externals,tdeab1,\
+	boost_headers \
 	tde \
 ))
 


More information about the Libreoffice-commits mailing list