maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #02057
[Branch ~maria-captains/maria/5.1] Rev 2810: hide nm warnings in configure
------------------------------------------------------------
revno: 2810
committer: Sergei Golubchik <sergii@xxxxxxxxx>
branch nick: maria-5.1
timestamp: Fri 2010-01-29 21:37:22 +0100
message:
hide nm warnings in configure
modified:
configure.in
--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1
Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription.
=== modified file 'configure.in'
--- configure.in 2010-01-29 10:42:31 +0000
+++ configure.in 2010-01-29 20:37:22 +0000
@@ -604,7 +604,7 @@
if test "$TARGET_LINUX" = "true" -a "$static_nss" = ""
then
- tmp=`$NM ${other_libc_lib:-/usr/lib*}/libc.a | grep _nss_files_getaliasent_r1`
+ tmp=`$NM ${other_libc_lib:-/usr/lib*}/libc.a 2>&1 | grep _nss_files_getaliasent_r1`
if test -n "$tmp"
then
STATIC_NSS_FLAGS="-lc -lnss_files -lnss_dns -lresolv"