diff options
author | David Tardon <dtardon@redhat.com> | 2014-03-02 17:58:32 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-03-02 18:04:19 +0100 |
commit | 2fdce9d0f73284e43a074edf41d3ee0e10cdb46a (patch) | |
tree | 5f06cd03077a658956f6e8f5b579e0abdfbe7b8d /external | |
parent | 09f27e518bdec21774ff62d7c59ed782bc5c20b1 (diff) |
add missing deps
Change-Id: I86a0098b64e02a438c5660ea8b391a9737473aa3
Diffstat (limited to 'external')
-rw-r--r-- | external/boost/StaticLibrary_boostdatetime.mk | 2 | ||||
-rw-r--r-- | external/boost/StaticLibrary_boostsystem.mk | 2 | ||||
-rw-r--r-- | external/boost/StaticLibrary_boostthread.mk | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/external/boost/StaticLibrary_boostdatetime.mk b/external/boost/StaticLibrary_boostdatetime.mk index bea82da1cf31..6d0f6dec5d9e 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 053321b3f02f..818d4cfcffc1 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 565add09db69..b9c165a42cd7 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,\ |