[Git][NTPsec/ntpsec][master] 2 commits: Stop linking libevent2 for ntpkeygen - not needed.
Hal Murray
gitlab at mg.gitlab.com
Thu Nov 26 01:03:26 UTC 2015
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
27aaf45a by Hal Murray at 2015-11-25T17:01:35Z
Stop linking libevent2 for ntpkeygen - not needed.
- - - - -
2c2ef8f2 by Hal Murray at 2015-11-25T17:02:59Z
Merge branch 'master' of gitlab.com:NTPsec/ntpsec
- - - - -
1 changed file:
- ntpkeygen/wscript
Changes:
=====================================
ntpkeygen/wscript
=====================================
--- a/ntpkeygen/wscript
+++ b/ntpkeygen/wscript
@@ -16,7 +16,8 @@ def build(ctx):
"%s/ntpkeygen/" % bldnode,
"%s/libsodium/include/" % srcnode
],
- use = "ntp opts isc sodium M RT LIBEVENT LIBEVENT_CORE LIBEVENT_PTHREADS PTHREAD CRYPTO",
+ # clock_gettime needs -lrt for glibc versions before 2.17
+ use = "ntp opts isc sodium M RT PTHREAD CRYPTO",
install_path= "${PREFIX}/bin/"
)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/543a7a26d5a0e9bdd7f04cd618e8b6033fd00802...2c2ef8f276d0ad969fdf8430e373b0ecba294260
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20151126/3041f1e3/attachment.html>
More information about the vc
mailing list