Skip to content
New issue

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

Fix build on ubuntu 16.04 #7

Open
zloidemon opened this issue Mar 14, 2017 · 0 comments
Open

Fix build on ubuntu 16.04 #7

zloidemon opened this issue Mar 14, 2017 · 0 comments
Labels
backlog Issues for upcoming releases (to be done soon) build prio7

Comments

@zloidemon
Copy link

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
@Totktonada Totktonada added 2sp backlog Issues for upcoming releases (to be done soon) build prio7 labels Dec 21, 2020
@Totktonada Totktonada changed the title Fib build on ubuntu 16.04 Fix build on ubuntu 16.04 Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issues for upcoming releases (to be done soon) build prio7
Projects
None yet
Development

No branches or pull requests

3 participants