kdesupport/strigi

Raphael Kubo da Costa kubito at gmail.com
Sun Mar 21 20:40:57 CET 2010


SVN commit 1106063 by rkcosta:

Recommit r1068818, which was lost in the project reorganization.

Always define _REENTRANT for libxml2 in strigi. Fixes build failures on Ubuntu, OS X and FreeBSD at least.

CCMAIL: jos at vandenoever.info
CCMAIL: kde-buildsystem at kde.org


 M  +3 -0      CMakeLists.txt  


--- trunk/kdesupport/strigi/CMakeLists.txt #1106062:1106063
@@ -1,5 +1,8 @@
 project (strigi)
 
+# due to a bug in libxml2, we only get thread support if _REENTRANT is defined      
+add_definitions(-D_REENTRANT)
+
 # This is the aggregate build file. It serves only to call the build in the
 # subdirectories. Each of the projects in the subdirectories is buildable
 # separately.


More information about the Kde-buildsystem mailing list