[Git][NTPsec/ntpsec][master] libisc/unix/include/ no longer exists

Matt Selsky gitlab at mg.gitlab.com
Fri Feb 3 06:46:24 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
e8ed1ac4 by Matt Selsky at 2017-02-03T01:45:05-05:00
libisc/unix/include/ no longer exists

- - - - -


3 changed files:

- devel/trace/ntpsec-trace.ini
- libntp/wscript
- wafhelpers/configure.py


Changes:

=====================================
devel/trace/ntpsec-trace.ini
=====================================
--- a/devel/trace/ntpsec-trace.ini
+++ b/devel/trace/ntpsec-trace.ini
@@ -32,7 +32,7 @@ dump-on-error = true
 prefix = /usr
 cc = clang
 ld = clang
-cflags = -Ilib/isc/include -Ilib/isc/unix/include -Ibuild -Iinclude
+cflags = -Ilib/isc/include -Ibuild -Iinclude
 ;
 ; Generator options.
 ;


=====================================
libntp/wscript
=====================================
--- a/libntp/wscript
+++ b/libntp/wscript
@@ -48,7 +48,6 @@ def build(ctx):
 
 	includes = [
 		"%s/libisc/include/" % srcnode,
-		"%s/libisc/unix/include/" % srcnode, # XXX: platform: requires unix/win32 switch.
 		] + ctx.env.PLATFORM_INCLUDES
 
 	# C library


=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -76,7 +76,7 @@ def cmd_configure(ctx, config):
             "-f", "-I%s" % bldnode,
             "-f", "-I%s/include/" % srcnode,
             "-f", "-I%s/libisc/include/" % srcnode,
-            "-f", "-I%s/libisc/unix/include/" % srcnode]
+        ]
 
     # Not needed to build.  Used by utility scripts.
     ctx.find_program("awk", var="BIN_AWK", mandatory=False)



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e8ed1ac4ba1838a60db8c220b2dbb6bee90395bd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170203/2613a20e/attachment.html>


More information about the vc mailing list