Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
soci
Compare revisions
305a7af4f6f884339ef6da9000b0eac0655bc572...4eb47872ccb2b27ee749d699d4ce2e0148627380
Source
BC/public/external/soci
Select target project
4eb47872ccb2b27ee749d699d4ce2e0148627380
Select Git revision
..
..
...
Target
BC/public/external/soci
Select target project
BC/public/external/soci
305a7af4f6f884339ef6da9000b0eac0655bc572
Select Git revision
Compare
Swap revisions
Commits (3)
Fix mariadb detection on debian 9.
· 353e9a54
Simon Morlat
authored
5 years ago
353e9a54
Increment build number of rpm/deb so that we take into account new mariadb dependency.
· 38ae0eb2
Simon Morlat
authored
5 years ago
38ae0eb2
Increment build number again.
· 4eb47872
Simon Morlat
authored
5 years ago
4eb47872
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/rpm/soci.spec.cmake
+1
-1
build/rpm/soci.spec.cmake
cmake/modules/FindMySQL.cmake
+1
-1
cmake/modules/FindMySQL.cmake
with
2 additions
and
2 deletions
build/rpm/soci.spec.cmake
View file @
4eb47872
...
...
@@ -3,7 +3,7 @@
%define _prefix @CMAKE_INSTALL_PREFIX@
%define pkg_prefix @BC_PACKAGE_NAME_PREFIX@
%define build_number
3
%define build_number
5
%define _lib_name soci
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/FindMySQL.cmake
View file @
4eb47872
...
...
@@ -87,7 +87,7 @@ else(WIN32)
PATH_SUFFIXES
mysql
)
find_library
(
MYSQL_LIBRARIES NAMES mysqlclient
find_library
(
MYSQL_LIBRARIES NAMES mysqlclient
mariadbclient
PATHS
${
MYSQL_LIB_PATHS
}
)
...
...
This diff is collapsed.
Click to expand it.
Menu
Explore
Projects
Groups
Topics
Snippets