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
49b99afc
Commit
49b99afc
authored
Nov 01, 2001
by
tim@black.box
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fixes for AIX 4.x
parent
fd74164f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
include/my_global.h
include/my_global.h
+1
-1
ltconfig
ltconfig
+3
-1
No files found.
include/my_global.h
View file @
49b99afc
...
...
@@ -103,7 +103,7 @@
#ifdef _AIX
/* By soren@t.dk */
#define _H_STRINGS
#define _SYS_STREAM_H
#define _AIX32_CURSES
/* #define _AIX32_CURSES */
/* XXX: this breaks AIX 4.3.3 (others?). */
#endif
#ifdef HAVE_BROKEN_SNPRINTF
/* HPUX 10.20 don't have this defined */
...
...
ltconfig
View file @
49b99afc
...
...
@@ -1308,7 +1308,9 @@ else
hardcode_direct
=
yes
fi
allow_undefined_flag
=
' ${wl}-berok'
archive_cmds
=
"
\$
CC
$shared_flag
"
' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
# -qmkshrobj used to be -bexpall, but MySQL uses symbols which start with
# an underscore (e.g., _my_b_write), so -bexpall doesn't work.
archive_cmds
=
"
\$
CC
$shared_flag
"
' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-qmkshrobj ${wl}-bnoentry${allow_undefined_flag}'
archive_expsym_cmds
=
"
\$
CC
$shared_flag
"
' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
case
"
$host_os
"
in
aix4.[01]|aix4.[01].
*
)
# According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
...
...
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