[Git][NTPsec/ntpsec][master] 2 commits: Remove isc from various library lists

Hal Murray gitlab at mg.gitlab.com
Mon Dec 4 10:43:22 UTC 2017


Hal Murray pushed to branch master at NTPsec / ntpsec


Commits:
87223f79 by Hal Murray at 2017-12-04T02:18:31-08:00
Remove isc from various library lists

It was nuked ages ago.

- - - - -
49f49246 by Hal Murray at 2017-12-04T02:18:31-08:00
Remove --disable-kernel-pll from tests/option-tester.sh

It doesn't work after Eric's removal of HAVE_KERNEL_PLL

- - - - -


5 changed files:

- attic/wscript
- ntpd/wscript
- ntptime/wscript
- tests/option-tester.sh
- tests/wscript


Changes:

=====================================
attic/wscript
=====================================
--- a/attic/wscript
+++ b/attic/wscript
@@ -9,6 +9,6 @@ def build(ctx):
             features="c cprogram bld_include src_include",
             source=[name + ".c"],
             includes=["%s/%s/" % (bldnode, name)],
-            use="ntp isc M SSL CRYPTO RT THR PTHREAD",
+            use="ntp M SSL CRYPTO RT THR PTHREAD",
             install_path=None,
         )


=====================================
ntpd/wscript
=====================================
--- a/ntpd/wscript
+++ b/ntpd/wscript
@@ -129,7 +129,7 @@ def build(ctx):
         install_path='${SBINDIR}',
         source=ntpd_source,
         target="ntpd",
-        use="libntpd_obj isc ntp M parse RT CAP SECCOMP PTHREAD NTPD "
+        use="libntpd_obj ntp M parse RT CAP SECCOMP PTHREAD NTPD "
             "CRYPTO DNS_SD DNS_SD_INCLUDES %s SOCKET NSL SCF" % use_refclock,
     )
 


=====================================
ntptime/wscript
=====================================
--- a/ntptime/wscript
+++ b/ntptime/wscript
@@ -10,7 +10,7 @@ def build(ctx):
             includes=["%s/ntptime/" % bldnode,
                       "%s/ntptime/" % srcnode,
                       ],
-            use="ntp isc M RT",
+            use="ntp M RT",
             install_path='${BINDIR}',
         )
 


=====================================
tests/option-tester.sh
=====================================
--- a/tests/option-tester.sh
+++ b/tests/option-tester.sh
@@ -55,7 +55,7 @@ doit ()
 }
 
 doit default ""
-doit minimal "--disable-droproot --disable-dns-lookup --disable-kernel-pll --disable-mdns-registration"
+doit minimal "--disable-droproot --disable-dns-lookup --disable-mdns-registration"
 
 # This also tests refclocks without DEBUG
 doit classic "--enable-classic-mode --refclock=all"


=====================================
tests/wscript
=====================================
--- a/tests/wscript
+++ b/tests/wscript
@@ -65,7 +65,7 @@ def build(ctx):
                   "%s/tests/ntpdig/" % srcnode,
                   "%s/tests/common/" % srcnode
                   ] + ctx.env.PLATFORM_INCLUDES,
-        use="unity ntp isc parse M PTHREAD CRYPTO RT SOCKET NSL",
+        use="unity ntp parse M PTHREAD CRYPTO RT SOCKET NSL",
         source=libntp_source,
     )
 
@@ -91,7 +91,7 @@ def build(ctx):
             libpath=["libparse"],
             source=libparse_source,
             target="test_libparse",
-            use="unity ntp isc parse M PTHREAD CRYPTO RT SOCKET NSL",
+            use="unity ntp parse M PTHREAD CRYPTO RT SOCKET NSL",
         )
 
     ntpd_source = [
@@ -111,7 +111,7 @@ def build(ctx):
         install_path=None,
         source=ntpd_source,
         target="test_ntpd",
-        use="ntpd_lib libntpd_obj unity ntp isc "
+        use="ntpd_lib libntpd_obj unity ntp "
             "M PTHREAD CRYPTO RT SOCKET NSL",
     )
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/5fa4e658ef4903b9722dc309f8866aaf727bf6c8...49f492460f720b8bbd41d2c72b8d9c4f26dfdb98

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/5fa4e658ef4903b9722dc309f8866aaf727bf6c8...49f492460f720b8bbd41d2c72b8d9c4f26dfdb98
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171204/daf26302/attachment.html>


More information about the vc mailing list