diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-22 19:50:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-24 12:40:46 +0300 |
commit | 503b248127a92b9ad190e05f6a1d50574183cd47 (patch) | |
tree | 57aacf978349057e170ff0fb4507455217b63b71 /boost/Module_boost.mk | |
parent | 5944137e02a1d925a3445935b8fba66361640461 (diff) |
Update bundled boost to 1.53.0
Modify our patches as necessary to match the updated boost sources. Drop
patches for which corresponding (or even identical) changes already are
present. Add a new boostsystem static library and use it in two places.
Change-Id: Ib59558feb56dab87a69c91b38caca8e7a9e9a22e
Diffstat (limited to 'boost/Module_boost.mk')
-rw-r--r-- | boost/Module_boost.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/Module_boost.mk b/boost/Module_boost.mk index b9da8a733a63..9274e4ad52b4 100644 --- a/boost/Module_boost.mk +++ b/boost/Module_boost.mk @@ -13,6 +13,7 @@ ifeq ($(SYSTEM_BOOST),NO) $(eval $(call gb_Module_add_targets,boost,\ StaticLibrary_boostdatetime \ + StaticLibrary_boostsystem \ UnpackedTarball_boost \ )) |