summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-04-25 11:22:09 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-04-25 11:22:09 (GMT)
commita9b51d8ba92f01c292ddd8b7d4acf2ba4eb4002d (patch)
treea059cd2486e714c392b18a37e6dbaa6a6f272485 /src/boost.mk
parentfabf3e0fd339f5ec5bbfc7db0a6a64898303e89a (diff)
downloadmxe-a9b51d8ba92f01c292ddd8b7d4acf2ba4eb4002d.zip
mxe-a9b51d8ba92f01c292ddd8b7d4acf2ba4eb4002d.tar.gz
mxe-a9b51d8ba92f01c292ddd8b7d4acf2ba4eb4002d.tar.bz2
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
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index ca105ea..17a1827 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -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