gnucash-on-osx master: Add install to boost build instructions.

John Ralls jralls at code.gnucash.org
Sun Sep 10 10:35:16 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/7e9b2d74 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/12e45af7 (commit)



commit 7e9b2d7460c0344f9bd0439c438f3ad74db4323e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 10 07:34:16 2017 -0700

    Add install to boost build instructions.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 58cb0dc..535b3e9 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -215,7 +215,7 @@
     </dependencies>
   </autotools>
 
-<!--./b2 toolset=darwin address-model=32 cxxflags="$CPPFLAGS" cflags="$CPPFLAGS" linkflags="$LDFLAGS" dll-path=$PREFIX/lib -\-prefix=$PREFIX -\-build-dir=$PREFIX/../build/boost_1_56_0
+<!--./b2 toolset=darwin address-model=32 cxxflags="$CPPFLAGS" cflags="$CPPFLAGS" linkflags="$LDFLAGS" dll-path=$PREFIX/lib -\-prefix=$PREFIX -\-build-dir=$PREFIX/../build/boost_1_56_0 install
 
 After which one must run 
 for i in `ls $PREFIX/lib/libboost*`; do install_name_tool -id $i $i; done



Summary of changes:
 modulesets/gnucash.modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list