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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
946d4fc1
Commit
946d4fc1
authored
Feb 10, 2013
by
Antony T Curtis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simple change so that it is possible to create binaries on MacOS 10.7 which will run on MacOS 10.6
parent
321de37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
configure.cmake
configure.cmake
+2
-0
No files found.
configure.cmake
View file @
946d4fc1
...
@@ -429,7 +429,9 @@ CHECK_FUNCTION_EXISTS (stpcpy HAVE_STPCPY)
...
@@ -429,7 +429,9 @@ CHECK_FUNCTION_EXISTS (stpcpy HAVE_STPCPY)
CHECK_FUNCTION_EXISTS
(
strcoll HAVE_STRCOLL
)
CHECK_FUNCTION_EXISTS
(
strcoll HAVE_STRCOLL
)
CHECK_FUNCTION_EXISTS
(
strerror HAVE_STRERROR
)
CHECK_FUNCTION_EXISTS
(
strerror HAVE_STRERROR
)
CHECK_FUNCTION_EXISTS
(
strlcpy HAVE_STRLCPY
)
CHECK_FUNCTION_EXISTS
(
strlcpy HAVE_STRLCPY
)
IF
(
NOT
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Darwin"
)
CHECK_FUNCTION_EXISTS
(
strnlen HAVE_STRNLEN
)
CHECK_FUNCTION_EXISTS
(
strnlen HAVE_STRNLEN
)
ENDIF
()
CHECK_FUNCTION_EXISTS
(
strlcat HAVE_STRLCAT
)
CHECK_FUNCTION_EXISTS
(
strlcat HAVE_STRLCAT
)
CHECK_FUNCTION_EXISTS
(
strsignal HAVE_STRSIGNAL
)
CHECK_FUNCTION_EXISTS
(
strsignal HAVE_STRSIGNAL
)
CHECK_FUNCTION_EXISTS
(
fgetln HAVE_FGETLN
)
CHECK_FUNCTION_EXISTS
(
fgetln HAVE_FGETLN
)
...
...
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