summaryrefslogtreecommitdiff
path: root/external/mysqlcppconn
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-09 16:44:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-09 16:44:18 +0100
commit67d7ba55a007cc11bc291a6e97b1fdcc2cc1bad1 (patch)
tree654fadf1effa981f66ad76a015f91bf09d826540 /external/mysqlcppconn
parent37280590cdb0a0654a6c618eb06f67aa48b27f31 (diff)
Revert "Fix common typos. No automatic tools. Handmade…"
This reverts commit 759c4d18d57b06dcc26fb82759599a29c61ef853, every part of it is wrong.
Diffstat (limited to 'external/mysqlcppconn')
-rw-r--r--external/mysqlcppconn/patches/cmake.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/mysqlcppconn/patches/cmake.patch b/external/mysqlcppconn/patches/cmake.patch
index a856c213076a..79fe064fc8e6 100644
--- a/external/mysqlcppconn/patches/cmake.patch
+++ b/external/mysqlcppconn/patches/cmake.patch
@@ -127,7 +127,7 @@ diff --recursive -u UnpackedTarball/mysqlcppconn.origin/CMakeLists.txt UnpackedT
- ENDIF(STLPORT_INCLUDE_DIR)
-
- # We want to set the inclusion of the library globally
-- ADD_DEFINITIONS(-library=stlport4) # Not a macro definition, but CMake manual says I can!! ;)
+- ADD_DEFINITIONS(-library=stlport4) # Not a macro defintion, but CMake manual says I can!! ;)
- SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -library=stlport4")
- SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -library=stlport4")
- SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -library=stlport4")