summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/build
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/build')
-rwxr-xr-xcontrib/ntp/build5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/ntp/build b/contrib/ntp/build
index 22252d3..58551fd 100755
--- a/contrib/ntp/build
+++ b/contrib/ntp/build
@@ -13,6 +13,9 @@ case "$1" in
$KEY) ;;
*)
echo "Wrong directory for build on host $IAM"
+ echo "This is <`pwd`>"
+ echo "SIG is <$SIG>"
+ echo "KEY is <$KEY>"
exit 1
;;
esac
@@ -51,7 +54,7 @@ case "$CONFIG_ARGS" in
KEYSUF="-autokey"
;;
*--without-crypto*)
- [ -d rsaref2 ] && KEYSUF="-norsaref"
+ KEYSUF="-noopenssl"
;;
esac
OpenPOWER on IntegriCloud