[Libreoffice-commits] core.git: external/boost

David Tardon dtardon at redhat.com
Sun Mar 2 09:06:35 PST 2014


 external/boost/StaticLibrary_boostdatetime.mk |    2 ++
 external/boost/StaticLibrary_boostsystem.mk   |    2 ++
 external/boost/StaticLibrary_boostthread.mk   |    2 ++
 3 files changed, 6 insertions(+)

New commits:
commit 2fdce9d0f73284e43a074edf41d3ee0e10cdb46a
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Mar 2 17:58:32 2014 +0100

    add missing deps
    
    Change-Id: I86a0098b64e02a438c5660ea8b391a9737473aa3

diff --git a/external/boost/StaticLibrary_boostdatetime.mk b/external/boost/StaticLibrary_boostdatetime.mk
index bea82da..6d0f6de 100644
--- a/external/boost/StaticLibrary_boostdatetime.mk
+++ b/external/boost/StaticLibrary_boostdatetime.mk
@@ -9,6 +9,8 @@
 
 $(eval $(call gb_StaticLibrary_StaticLibrary,boostdatetime))
 
+$(eval $(call gb_StaticLibrary_use_unpacked,boostdatetime,boost))
+
 $(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostdatetime))
 
 # disable "auto link" "feature" on MSVC
diff --git a/external/boost/StaticLibrary_boostsystem.mk b/external/boost/StaticLibrary_boostsystem.mk
index 053321b..818d4cf 100644
--- a/external/boost/StaticLibrary_boostsystem.mk
+++ b/external/boost/StaticLibrary_boostsystem.mk
@@ -9,6 +9,8 @@
 
 $(eval $(call gb_StaticLibrary_StaticLibrary,boostsystem))
 
+$(eval $(call gb_StaticLibrary_use_unpacked,boostsystem,boost))
+
 $(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostsystem))
 
 # disable "auto link" "feature" on MSVC
diff --git a/external/boost/StaticLibrary_boostthread.mk b/external/boost/StaticLibrary_boostthread.mk
index 565add0..b9c165a 100644
--- a/external/boost/StaticLibrary_boostthread.mk
+++ b/external/boost/StaticLibrary_boostthread.mk
@@ -9,6 +9,8 @@
 
 $(eval $(call gb_StaticLibrary_StaticLibrary,boostthread))
 
+$(eval $(call gb_StaticLibrary_use_unpacked,boostthread,boost))
+
 $(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostthread))
 
 $(eval $(call gb_StaticLibrary_add_defs,boostthread,\


More information about the Libreoffice-commits mailing list