ports/databases/mariadb100-client/files/patch-sql_CMakeLists.txt
Bernard Spil 6cead7efb7 databases/mariadb100-server: Update to 10.0.29
- Update to 10.0.29
 - Update mariadb100-client
 - Update patches
 - Regen patches with makepatch
 - Pet portlint
 - Add MROONGA liblz4 dependency
 - Fix MROONGA liblz4 linking
 - rm erroneously installed files

PR:             197232, 204014, 215901
MFH:            2017Q1
Security:       22373c43-d728-11e6-a9a5-b499baebfeaf
2017-01-14 21:57:31 +00:00

14 lines
290 B
Text

--- sql/CMakeLists.txt.orig 2017-01-12 01:45:19 UTC
+++ sql/CMakeLists.txt
@@ -247,9 +247,9 @@ RUN_BISON(
)
# Gen_lex_hash
-IF(NOT CMAKE_CROSSCOMPILING)
+
ADD_EXECUTABLE(gen_lex_hash gen_lex_hash.cc)
-ENDIF()
+
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lex_hash.h