------------------------------------------------------------ revno: 2810 committer: Sergei Golubchik <ser...@pisem.net> 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"
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp