Changeset View
Changeset View
Standalone View
Standalone View
databases/mariadb100-server/files/patch-extra_CMakeLists.txt
| --- extra/CMakeLists.txt.orig 2014-08-09 00:13:40.000000000 +0200 | --- extra/CMakeLists.txt.orig 2015-06-17 14:54:11 UTC | ||||
| +++ extra/CMakeLists.txt 2014-09-05 18:32:20.555373233 +0200 | +++ extra/CMakeLists.txt | ||||
| @@ -80,6 +80,8 @@ | @@ -78,9 +78,11 @@ IF(UNIX) | ||||
| MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) | MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) | ||||
| TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) | TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) | ||||
| +IF(FALSE) | +IF(FALSE) | ||||
| MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c COMPONENT Client) | MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c COMPONENT Client) | ||||
| TARGET_LINK_LIBRARIES(mysql_waitpid mysys) | TARGET_LINK_LIBRARIES(mysql_waitpid mysys) | ||||
| ENDIF() | ENDIF() | ||||
| +ENDIF() | +ENDIF() | ||||
| # Add path to the InnoDB headers | |||||