Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
NTPsec
ntpsec
Commits
aa885a61
Commit
aa885a61
authored
Oct 22, 2016
by
Eric S. Raymond
Browse files
Address GitLab issue
#129
: git head fails on CentOS 6.8 x86_64 and i686
Restore -lrt to the linnk line.
parent
b6f3094e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ntptime/wscript
View file @
aa885a61
...
...
@@ -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/"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment