changeset 1336:01510a2ca4bf

fixed build command of test program of package boost
author Lothar May <lothar.imap@googlemail.com>
date Sat, 23 Oct 2010 01:20:59 +0200
parents 2b7f7e06976b
children 07dde94dca29
files src/boost.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/boost.mk	Sat Oct 23 00:04:16 2010 +0200
+++ b/src/boost.mk	Sat Oct 23 01:20:59 2010 +0200
@@ -47,5 +47,6 @@
     '$(TARGET)-g++' \
         -W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \
         '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-boost.exe' \
-        -lboost_serialization-mt
+        -DBOOST_THREAD_USE_LIB \
+        -lboost_serialization-mt -lboost_thread_win32-mt
 endef