~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-proposed

« back to all changes in this revision

Viewing changes to sql/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-08-27 21:12:36 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140827211236-se41hwfe4xy0hpef
Tags: 5.5.39-2
* d/control: Removed Provides: libmysqlclient-dev (Closes: #759309)
* d/control: Removed Provides: libmysqld-dev with same motivation
* Re-introduced tha HPPA build patch as the upstream fix wasn't complete
* Fixed all kFreeBSD build and test suite issues
* Added Italian translation (Closes: #759813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
SET_SOURCE_FILES_PROPERTIES(${GEN_SOURCES} PROPERTIES GENERATED 1)
32
32
 
33
 
ADD_DEFINITIONS(-DMYSQL_SERVER -DHAVE_EVENT_SCHEDULER -DHAVE_POOL_OF_THREADS) 
 
33
ADD_DEFINITIONS(-DMYSQL_SERVER -DHAVE_EVENT_SCHEDULER) 
 
34
 
 
35
IF (CMAKE_SYSTEM_NAME MATCHES "Linux" OR
 
36
    CMAKE_SYSTEM_NAME MATCHES "Windows" OR
 
37
    CMAKE_SYSTEM_NAME MATCHES "SunOS" OR
 
38
    HAVE_KQUEUE)
 
39
 ADD_DEFINITIONS(-DHAVE_POOL_OF_THREADS) 
 
40
ENDIF()
 
41
 
34
42
IF(SSL_DEFINES)
35
43
 ADD_DEFINITIONS(${SSL_DEFINES})
36
44
ENDIF()