We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff --git a/CMakeLists.txt b/CMakeLists.txt index be1ff02..593de90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ add_subdirectory(lib/tarantool-c) include_directories( BEFORE SYSTEM "${REPLICATOR_ROOT}/lib/libslave/include" - "${REPLICATOR_ROOT}/lib/libslave/include/boost_1_59_0/boost" + "${REPLICATOR_ROOT}/lib/libslave/include/boost_1_59_0" ) include_directories( ${REPLICATOR_ROOT} @@ -40,7 +40,7 @@ find_library(LPTHREAD pthread) add_executable(rp ${REPLICATOR_SRC}) set_target_properties(rp PROPERTIES COMPILE_FLAGS "-std=c++11" LINK_FLAGS "-Wl,-s -Wl,--gc-sections" OUTPUT_NAME replicatord) -target_link_libraries(rp rt dl tnt slave_a yaml-cpp ${LPTHREAD}) +target_link_libraries(rp rt tnt slave_a yaml-cpp ${LPTHREAD} dl) install(TARGETS rp RUNTIME DESTINATION sbin) install(FILES replicatord.yml DESTINATION etc)
vg@builder:~/mysql_tarantool-replication/lib/libslave$ git diff diff --git a/CMakeLists.txt b/CMakeLists.txt index f675bc8..3f3bafd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include_directories( ) include_directories( ${CMAKE_CURRENT_SOURCE_DIR} - "${BOOST_DIR}/boost_1_59_0/boost" + "${BOOST_DIR}/boost_1_59_0" ) set(COPTS_FLAGS "-pipe -fomit-frame-pointer -ffunction-sections -fdata-sections") diff --git a/mysql-src b/mysql-src --- a/mysql-src +++ b/mysql-src @@ -1 +1 @@ -Subproject commit 23032807537d8dd8ee4ec1c4d40f0633cd4e12f9 +Subproject commit 23032807537d8dd8ee4ec1c4d40f0633cd4e12f9-dirty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: