Projects
Multimedia
turing
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
turing-shared-libs.patch
Changed
@@ -2,6 +2,15 @@ =================================================================== --- turing-1.2.git.1499183039.72b085e.orig/havoc/CMakeLists.txt +++ turing-1.2.git.1499183039.72b085e/havoc/CMakeLists.txt +@@ -18,7 +18,7 @@ endif (MSVC) + + if (CMAKE_COMPILER_IS_GNUCC) + set(GCC_COMPILE_FLAGS "-fno-operator-names -std=c++0x") +- set(GCC_COMPILE_FLAGS "-fno-operator-names -pthread -std=c++1y") ++ set(GCC_COMPILE_FLAGS "-fno-operator-names -pthread") + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fno-strict-aliasing -DNDEBUG ") + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -DVALGRIND_FRIENDLY") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_COMPILE_FLAGS}") @@ -57,6 +57,10 @@ unset(CMAKE_IMPORT_LIBRARY_SUFFIX) target_link_libraries(havoc-exe havoc) @@ -18,6 +27,15 @@ =================================================================== --- turing-1.2.git.1499183039.72b085e.orig/turing/CMakeLists.txt +++ turing-1.2.git.1499183039.72b085e/turing/CMakeLists.txt +@@ -40,7 +40,7 @@ endif() + set(LINK_LIBRARIES boost_program_options boost_filesystem boost_system boost_timer boost_chrono) + + if (CMAKE_COMPILER_IS_GNUCC) +- add_compile_options(-fno-operator-names -pthread -std=c++1y) ++ add_compile_options(-fno-operator-names -pthread) + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fno-strict-aliasing") + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -DVALGRIND_FRIENDLY") + set(LINK_LIBRARIES ${LINK_LIBRARIES} -pthread rt) @@ -222,6 +222,8 @@ unset(CMAKE_IMPORT_LIBRARY_SUFFIX) add_executable (turing-exe main.cpp)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.