From df9c04c833706ab5cc83d939a6b5add35dc66d34 Mon Sep 17 00:00:00 2001 From: Lothar May Date: Sat, 23 Oct 2010 01:20:59 +0200 Subject: fixed build command of test program of package boost --- src/boost.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/boost.mk b/src/boost.mk index 0a2e894..c957646 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -47,5 +47,6 @@ define $(PKG)_BUILD '$(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 -- cgit v0.12