[Git][NTPsec/ntpsec][master] Add pre-requisite headers for configure on Solaris
Eric S. Raymond
gitlab at mg.gitlab.com
Sun Dec 18 01:26:45 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
b1e06848 by Matt Selsky at 2016-12-17T20:11:25-05:00
Add pre-requisite headers for configure on Solaris
Partially addresses GitLab issue #207
- - - - -
1 changed file:
- wafhelpers/configure.py
Changes:
=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -337,10 +337,10 @@ def cmd_configure(ctx, config):
# be removed.
optional_headers = (
"alloca.h",
- "arpa/nameser.h",
+ ("arpa/nameser.h", ["sys/types.h"]),
"dns_sd.h", # NetBSD, Apple, mDNS
("ifaddrs.h", ["sys/types.h"]),
- "libscf.h", # Solaris
+ ("libscf.h", ["sys/time.h"]), # Solaris
("linux/if_addr.h", ["sys/socket.h"]),
("linux/rtnetlink.h", ["sys/socket.h"]),
"linux/serial.h",
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b1e0684810fd3bb15dc65f0bfd7cf32ad32d5449
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20161218/a64f3c44/attachment.html>
More information about the vc
mailing list