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
This commit is contained in:
Volker Grabsch 2010-04-25 13:22:09 +02:00
parent fabf3e0fd3
commit a9b51d8ba9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define $(PKG)_UPDATE
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