[Git][NTPsec/ntpsec][master] Address GitLab issue #129: git head fails on CentOS 6.8 x86_64 and i686
Eric S. Raymond
gitlab at mg.gitlab.com
Sat Oct 22 19:35:50 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
aa885a61 by Eric S. Raymond at 2016-10-22T15:35:39-04:00
Address GitLab issue #129: git head fails on CentOS 6.8 x86_64 and i686
Restore -lrt to the linnk line.
- - - - -
1 changed file:
- ntptime/wscript
Changes:
=====================================
ntptime/wscript
=====================================
--- a/ntptime/wscript
+++ b/ntptime/wscript
@@ -13,7 +13,7 @@ def build(ctx):
"%s/ntptime/" % bldnode,
"%s/ntptime/" % srcnode,
],
- use = "ntp isc M",
+ use = "ntp isc M RT",
install_path = "${PREFIX}/bin/"
)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/aa885a61dfcb69e535aae5b36d25d87065d8aac9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161022/6c721dcb/attachment.html>
More information about the vc
mailing list