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
74ebbd6c
Commit
74ebbd6c
authored
Aug 30, 2000
by
monty@donna.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to get 3.23.23 to compile
parent
88e811a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
include/global.h
include/global.h
+1
-1
strings/Makefile.am
strings/Makefile.am
+1
-3
No files found.
include/global.h
View file @
74ebbd6c
...
...
@@ -116,7 +116,7 @@
#endif
/* In Linux-ia64 including atomic.h will give us an error */
#if
defined(HAVE_LINUXTHREADS) && defined(__GNUC__) && defined(__ia64__
)
#if
(defined(HAVE_LINUXTHREADS) && defined(__GNUC__) && defined(__ia64__)) || !defined(THREAD
)
#undef HAVE_ATOMIC_ADD
#undef HAVE_ATOMIC_SUB
#endif
...
...
strings/Makefile.am
View file @
74ebbd6c
...
...
@@ -64,9 +64,7 @@ OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\
cdefs.h machdep.h signal.h __signal.h util.h
libmystrings_a_LIBADD
=
@CHARSET_OBJS@
ctype.c
:
ctype_extra_sources.c
#we need a dummy rule to make GNUMake get along with bitkeeper
echo
''
>/dev/null
ctype.o
:
ctype_extra_sources.c
ctype_extra_sources.c
:
conf_to_src
./conf_to_src
$(top_srcdir)
@CHARSETS_NEED_SOURCE@
>
\
...
...
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