3794 Bjorn Munch 2012-05-07
To -itch: Fix hack to skip build on non-solaris
modified:
configure.cmake
include/my_global.h
3793 Bjorn Munch 2012-05-07
To -itch: testing unittest failures with TAP
modified:
configure.cmake
unittest/examples/simple-t.c
unittest/unit.pl
=== modified file 'configure.cmake'
--- a/configure.cmake 2012-05-07 09:28:35 +0000
+++ b/configure.cmake 2012-05-07 10:13:50 +0000
@@ -73,8 +73,6 @@ IF(CMAKE_SYSTEM_NAME MATCHES "SunOS")
SET(CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -library=stlport4")
ENDIF()
-ELSE()
- MESSAGE(FATAL_ERROR "Don't bother building this on Non-Solaris")
ENDIF()
MACRO(DIRNAME IN OUT)
=== modified file 'include/my_global.h'
--- a/include/my_global.h 2012-03-06 14:29:42 +0000
+++ b/include/my_global.h 2012-05-07 10:13:50 +0000
@@ -249,6 +249,8 @@
#else
#define _XOPEN_SOURCE 500
#endif
+#else
+#error Don't bother on non-solaris
#endif
#if !defined(__WIN__)
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (bjorn.munch:3793 to 3794) | Bjorn Munch | 8 May |