Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
a773d932
Commit
a773d932
authored
Jul 31, 2020
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-19603 MariaDB 10.4 does not build on OpenBSD due to the use of libdl
parent
153cd6a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugin/auth_pam/CMakeLists.txt
plugin/auth_pam/CMakeLists.txt
+1
-1
wsrep-lib
wsrep-lib
+1
-1
No files found.
plugin/auth_pam/CMakeLists.txt
View file @
a773d932
...
...
@@ -25,7 +25,7 @@ IF(HAVE_PAM_APPL_H)
FIND_LIBRARY
(
PAM_LIBRARY pam
)
# for srpm build-depends detection
ADD_DEFINITIONS
(
-D_GNU_SOURCE
)
MYSQL_ADD_PLUGIN
(
auth_pam_v1 auth_pam_v1.c LINK_LIBRARIES pam MODULE_ONLY
)
MYSQL_ADD_PLUGIN
(
auth_pam auth_pam.c LINK_LIBRARIES pam
dl
MODULE_ONLY
)
MYSQL_ADD_PLUGIN
(
auth_pam auth_pam.c LINK_LIBRARIES pam
${
LIBDL
}
MODULE_ONLY
)
IF
(
TARGET auth_pam
)
MYSQL_ADD_EXECUTABLE
(
auth_pam_tool auth_pam_tool.c DESTINATION
${
INSTALL_PLUGINDIR
}
/auth_pam_tool_dir COMPONENT Server
)
TARGET_LINK_LIBRARIES
(
auth_pam_tool pam
)
...
...
wsrep-lib
@
ae4e58ba
Subproject commit
3e5a28df32c85c7768dd84d1731ad4661bf90022
Subproject commit
ae4e58ba031587039c8830f2f8ca51fa9fb7d6eb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment