X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/76ddfab4d76264b1cb30d7df642965c141e61545..902e700b1d5ba0112fb92c25e6092a88d4789f6a:/docs/contrib/build_nmh diff --git a/docs/contrib/build_nmh b/docs/contrib/build_nmh index 0b9e582e..ef399f86 100755 --- a/docs/contrib/build_nmh +++ b/docs/contrib/build_nmh @@ -149,11 +149,11 @@ if install-mh -check >/dev/null 2>&1; then fi fi - if $ldd "$mhbin/inc" | grep sasl >/dev/null; then + if $ldd "`$mhbin/mhparam libdir`/post" | grep sasl >/dev/null; then config_sasl=y fi - if $ldd "$mhbin/inc" | grep ssl >/dev/null; then + if $ldd "`$mhbin/mhparam libdir`/post" | grep ssl >/dev/null; then config_tls=y fi fi @@ -310,7 +310,8 @@ fi grep 'Error' "$logfile" #### Ignore the warning when sbr/dtimep.c is built with flex 2.5.36 #### or 2.5.37. -grep 'warn' "$logfile" | grep -v 'sbr/dtimep.c:.*-Wsign-compare' +grep 'warn' "$logfile" | \ + grep -v 'sbr/dtimep.c:.*comparison between signed and unsigned' if [ $status -ne 0 ]; then echo build failed! echo build log is in "$logfile"