[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/emerge/portage/win32libs-sources/boost-src
From:       Andreas Holzammer <andreas.holzammer () kdab ! com>
Date:       2011-03-08 21:21:26
Message-ID: 20110308212126.686ABAC8C4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1224191 by aholzammer:

disable boost autolinking because it breaks many builds

 M  +4 -0      boost-src-20101210.py  


--- trunk/kdesupport/emerge/portage/win32libs-sources/boost-src/boost-src-20101210.py #1224190:1224191
@@ -74,6 +74,10 @@
         if self.isTargetBuild():
             shutil.rmtree(os.path.join(self.imageDir(), "lib"))
             shutil.rmtree(os.path.join(self.imageDir(), "bin"))
+        #disable autolinking
+        f = open(os.path.join(self.imageDir(),"include", "boost", "config", "user.hpp"), 'a')
+        f.write('#define BOOST_ALL_NO_LIB\n')
+        f.close()
         return True
 
     def runTest(self):
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic