[Pkg-scicomp-commits] framewave/trunk/debian

Albert Huang ashuang at gmail.com
Sun May 31 21:01:49 UTC 2009


SVN commit 4464 by ashuang-guest:

link against libbooost_thread-mt instead of libboost_thread


 M  +2 -1      framewave/trunk/debian/changelog  
 M  +1 -1      framewave/trunk/debian/patches/01_boost.patch  


--- framewave/trunk/debian/changelog #4463:4464
@@ -2,11 +2,12 @@
 
   [ Albert Huang ]
   * libboost-thread1.35-dev build-depends -> libboost-thread-dev
+  * link against libboost_thread-mt instead of libboost_thread
 
   [ Daniel Leidert ]
   * Add watchfile
 
- -- Albert Huang <albert at csail.mit.edu>  Sat, 30 May 2009 14:24:10 -0400
+ -- Albert Huang <albert at csail.mit.edu>  Sun, 31 May 2009 16:31:53 -0400
 
 framewave (1.3-1) unstable; urgency=low
 
--- framewave/trunk/debian/patches/01_boost.patch #4463:4464
@@ -6,7 +6,7 @@
  
  # Project script essentially starts here
 -fwBase      = fwProject(oRoot, 'fwBase')
-+fwBase      = fwProject(oRoot, 'fwBase', LIBS='boost_thread')
++fwBase      = fwProject(oRoot, 'fwBase', LIBS='boost_thread-mt')
  
 -setupIncludePaths(fwBase.oEnv, join('sdk', 'boost_1_34_0'), dontRecurse=1)
 -oLib_fwBase = fwBase.initBuildObjects(lstExtraCPPs=lstExtraBaseCPPs)



More information about the Pkg-scicomp-commits mailing list