aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2011-07-02 00:54:43 -0400
committerdavilla <davilla@4pi.com>2011-07-09 17:42:48 -0400
commitf9a442061a6e146b1c9004f7e6c4fa8298aa4d43 (patch)
tree746644faab27a128c28659bcd81f19d4ef4a7a9c /tools/darwin
parent3630d0d7959940ea0124a0e8ad340a0229a4637d (diff)
build boost with date_time too, just in case we need it sometime
Diffstat (limited to 'tools/darwin')
-rw-r--r--tools/darwin/depends/boost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/boost/Makefile b/tools/darwin/depends/boost/Makefile
index abebdff419..90062a9135 100644
--- a/tools/darwin/depends/boost/Makefile
+++ b/tools/darwin/depends/boost/Makefile
@@ -19,7 +19,7 @@ $(TARBALLS_LOCATION)/$(ARCHIVE):
sed -e "s?@boost_flags@?$(boost_flags)?g" \
-e "s?@platform_gcc_version@?$(platform_gcc_version)?g" \
user-config.jam.in >> $(SOURCE)/tools/build/v2/user-config.jam
- cd $(SOURCE); ./bootstrap.sh --prefix=$(PREFIX) --with-libraries=thread
+ cd $(SOURCE); ./bootstrap.sh --prefix=$(PREFIX) --with-libraries=thread,date_time
cd $(SOURCE); ./bjam --prefix=$(PREFIX) $(bjam_args) install
# boost builds .so instead of .dylib for iphone, fix it.
if test "$(DARWIN)" = "ios"; then \