]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Use A.host build directory names at ntp.org
authorHarlan Stenn <stenn@ntp.org>
Sun, 28 Nov 2010 06:03:45 +0000 (01:03 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 28 Nov 2010 06:03:45 +0000 (01:03 -0500)
bk: 4cf1f0c1q5d8OVswDumjcba0thEViA

build

diff --git a/build b/build
index cc6a53bdaf05e664b1c0dd8f6e03ffcfa5090537..ce97c26e914d7ce4e66061c4a420eec6b2cc5846 100755 (executable)
--- 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"