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
cd8a3709
Commit
cd8a3709
authored
Jan 14, 2010
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WITH_MYSQLD_LIBS=>WITH_MYSQLD_LDFLAGS
parent
ccf2600f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sql/CMakeLists.txt
sql/CMakeLists.txt
+4
-4
No files found.
sql/CMakeLists.txt
View file @
cd8a3709
...
...
@@ -146,15 +146,15 @@ DTRACE_INSTRUMENT_STATIC_LIBS(mysqld
"sql;mysys;
${
MYSQLD_STATIC_PLUGIN_LIBS
}
"
)
SET
(
WITH_MYSQLD_L
IB
S
""
CACHE STRING
"Additional linker flags for mysqld"
)
MARK_AS_ADVANCED
(
WITH_MYSQLD_L
IB
S
)
IF
(
WITH_MYSQLD_L
IB
S
)
SET
(
WITH_MYSQLD_L
DFLAG
S
""
CACHE STRING
"Additional linker flags for mysqld"
)
MARK_AS_ADVANCED
(
WITH_MYSQLD_L
DFLAG
S
)
IF
(
WITH_MYSQLD_L
DFLAG
S
)
GET_TARGET_PROPERTY
(
mysqld LINK_FLAGS MYSQLD_LINK_FLAGS
)
IF
(
NOT MYSQLD_LINK_FLAGS
)
SET
(
MYSQLD_LINK_FLAGS
)
ENDIF
()
SET_TARGET_PROPERTIES
(
mysqld PROPERTIES LINK_FLAGS
"
${
MYSQLD_LINK_FLAGS
}
${
WITH_MYSQLD_L
IB
S
}
"
)
"
${
MYSQLD_LINK_FLAGS
}
${
WITH_MYSQLD_L
DFLAG
S
}
"
)
ENDIF
()
# Handle out-of-source build from source package with possibly broken
...
...
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