Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mariadb-connector-c
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MariaDB and MySQL Packaging Team
mariadb-connector-c
Commits
d6326dc5
Commit
d6326dc5
authored
9 years ago
by
Daniel Schepler
Browse files
Options
Downloads
Patches
Plain Diff
Move plugins to /usr/lib/arch/mariadb/plugin and add to libmariadb2
parent
faadaa0a
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/libmariadb2.install
+1
-0
1 addition, 0 deletions
debian/libmariadb2.install
debian/patches/lib_install_dir.patch
+1
-1
1 addition, 1 deletion
debian/patches/lib_install_dir.patch
with
2 additions
and
1 deletion
debian/libmariadb2.install
+
1
−
0
View file @
d6326dc5
usr
/
lib
/*/libmariadb.so.2
usr/lib/*/
mariadb
/
plugin
/*.
so
This diff is collapsed.
Click to expand it.
debian/patches/lib_install_dir.patch
+
1
−
1
View file @
d6326dc5
...
...
@@ -75,7 +75,7 @@ Index: mariadb-client-lgpl/cmake/install.cmake
+set(PLUGIN_INSTALL_DIRDIR_DEB "lib/${CMAKE_LIBRARY_ARCHITECTURE}/plugin")
+set(INCLUDE_INSTALL_DIR_DEB "include")
+set(DOCS_INSTALL_DIR_DEB "docs")
+set(PLUGIN_INSTALL_DIR_DEB "lib/${CMAKE_LIBRARY_ARCHITECTURE}/plugin")
+set(PLUGIN_INSTALL_DIR_DEB "lib/${CMAKE_LIBRARY_ARCHITECTURE}/
mariadb/
plugin")
+
+#
# Overwrite defaults
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment