changeset 899:d74f83417a91

fix missing library archive index(es) in package boost For more information about that issue, see: http://lists.boost.org/boost-users/2009/02/45309.php http://lists.boost.org/boost-users/2009/02/45311.php
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 25 Apr 2010 13:22:09 +0200
parents 3e16db641e45
children 27fc875921a2
files src/boost.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/boost.mk	Sat Apr 24 00:27:48 2010 +0200
+++ b/src/boost.mk	Sun Apr 25 13:22:09 2010 +0200
@@ -20,7 +20,7 @@
 endef
 
 define $(PKG)_BUILD
-    echo 'using gcc : : $(TARGET)-g++ : ;' > '$(1)/user-config.jam'
+    echo 'using gcc : : $(TARGET)-g++ : <rc>$(TARGET)-windres <archiver>$(TARGET)-ar ;' > '$(1)/user-config.jam'
     # make the build script generate .a library files instead of .lib
     $(SED) -i 's,<target-os>windows : lib ;,<target-os>windows : a ;,' '$(1)/tools/build/v2/tools/types/lib.jam'
     # compile boost jam