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
477ada0a
Commit
477ada0a
authored
Jun 29, 2009
by
Satya B
Browse files
Options
Browse Files
Download
Plain Diff
merge to mysql-5.1-bugteam branch
parents
889b96b9
f383f648
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure.in
configure.in
+2
-1
No files found.
configure.in
View file @
477ada0a
...
@@ -603,10 +603,11 @@ AC_SUBST(NOINST_LDFLAGS)
...
@@ -603,10 +603,11 @@ AC_SUBST(NOINST_LDFLAGS)
# Check if we are using Linux and a glibc compiled with static nss
# Check if we are using Linux and a glibc compiled with static nss
# (this is true on the MySQL build machines to avoid NSS problems)
# (this is true on the MySQL build machines to avoid NSS problems)
#
#
AC_CHECK_TOOL
([
NM],
[
nm]
)
if
test
"
$TARGET_LINUX
"
=
"true"
-a
"
$static_nss
"
=
""
if
test
"
$TARGET_LINUX
"
=
"true"
-a
"
$static_nss
"
=
""
then
then
tmp
=
`
nm /usr/lib
*
/libc.a |
grep
_nss_files_getaliasent_r
`
tmp
=
`
$NM
${
other_libc_lib
:-
/usr/lib*
}
/libc.a |
grep
_nss_files_getaliasent_r1
`
if
test
-n
"
$tmp
"
if
test
-n
"
$tmp
"
then
then
STATIC_NSS_FLAGS
=
"-lc -lnss_files -lnss_dns -lresolv"
STATIC_NSS_FLAGS
=
"-lc -lnss_files -lnss_dns -lresolv"
...
...
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