From: Harlan Stenn Date: Sun, 28 Nov 2010 06:03:45 +0000 (-0500) Subject: Use A.host build directory names at ntp.org X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9cda2e8ddcfe9817832020dac9840c3eee09a7;p=thirdparty%2Fntp.git Use A.host build directory names at ntp.org bk: 4cf1f0c1q5d8OVswDumjcba0thEViA --- diff --git a/build b/build index cc6a53bdaf..ce97c26e91 100755 --- a/build +++ b/build @@ -49,9 +49,13 @@ esac case "$NTP_BDIR" in '') case "$IAM" in + *.ntp.org) + NTP_BDIR=host + ;; *.udel.edu) NTP_BDIR=host - CONFIG_ARGS="$CONFIG_ARGS --enable-local-libopts" + # HMS: --enable-local-libopts is the default now... + #CONFIG_ARGS="$CONFIG_ARGS --enable-local-libopts" case "$CVO" in *-*-ultrix*) CONFIG_ARGS="$CONFIG_ARGS --with-libregex=/usr/local"