Added precompiled boost libraries - NOT TESTED YET!

This commit is contained in:
pelya
2011-06-03 18:10:59 +03:00
parent 935f1fc4a3
commit a627238bf8
7542 changed files with 1307914 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/patches/001-boost-for-android.patch b/patches/001-boost-for-android.patch
index 6349e3d..7422ccf 100644
--- a/patches/001-boost-for-android.patch
+++ b/patches/001-boost-for-android.patch
@@ -167,7 +167,7 @@ index 271ceb1..0b45250 100644
# override this variable.
-libraries = ;
+# @Moss - Adding needed libs to be valid for android
-+libraries = --with-date_time --with-filesystem --with-program_options --with-regex --with-signals --with-system --with-thread ;
++libraries = --with-date_time --with-filesystem --with-program_options --with-regex --with-signals --with-system --with-thread --with-iostreams ;
# These settings are equivivalent to corresponding command-line
# options.