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
e7a93b37
Commit
e7a93b37
authored
Jan 13, 2010
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
a5524d8a
d6c3cd8b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
cmake/abi_check.cmake
cmake/abi_check.cmake
+1
-1
config.h.cmake
config.h.cmake
+1
-0
configure.cmake
configure.cmake
+1
-0
No files found.
cmake/abi_check.cmake
View file @
e7a93b37
...
...
@@ -20,7 +20,7 @@
#
# We use gcc specific preprocessing command and sed/diff, so it will
# only be run on Unix and only if gcc is used.
IF
(
CMAKE_COMPILER_IS_GNUCC AND
UNIX
)
IF
(
CMAKE_COMPILER_IS_GNUCC AND
Linux
)
IF
(
CMAKE_C_COMPILER MATCHES
"ccache$"
)
SET
(
COMPILER
${
CMAKE_C_COMPILER_ARG1
}
)
STRING
(
REGEX REPLACE
"^ "
""
COMPILER
${
COMPILER
}
)
...
...
config.h.cmake
View file @
e7a93b37
...
...
@@ -18,6 +18,7 @@
#cmakedefine DOT_FRM_VERSION @DOT_FRM_VERSION@
/* Headers we may want to use. */
#cmakedefine STDC_HEADERS 1
#cmakedefine _GNU_SOURCE 1
#cmakedefine HAVE_ALLOCA_H 1
#cmakedefine HAVE_AIO_H 1
#cmakedefine HAVE_ARPA_INET_H 1
...
...
configure.cmake
View file @
e7a93b37
...
...
@@ -49,6 +49,7 @@ ENDIF()
IF
(
CMAKE_SYSTEM_NAME MATCHES
"Linux"
)
SET
(
TARGET_OS_LINUX 1
)
SET
(
HAVE_NPTL 1
)
SET
(
_GNU_SOURCE 1
)
ELSEIF
(
CMAKE_SYSTEM_NAME MATCHES
"SunOS"
)
SET
(
TARGET_OS_SOLARIS 1
)
ENDIF
()
...
...
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