[Git][NTPsec/ntpsec][master] wafhelpers/check_sodium.py should have entered with last commit.
Eric S. Raymond
gitlab at mg.gitlab.com
Wed Jan 18 23:52:25 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
00a4220c by Eric S. Raymond at 2017-01-18T18:51:43-05:00
wafhelpers/check_sodium.py should have entered with last commit.
- - - - -
1 changed file:
- + wafhelpers/check_sodium.py
Changes:
=====================================
wafhelpers/check_sodium.py
=====================================
--- /dev/null
+++ b/wafhelpers/check_sodium.py
@@ -0,0 +1,7 @@
+import sys
+from waflib.Logs import pprint
+
+def check_sodium(ctx):
+ ctx.check_cc(header_name="sodium.h", mandatory=True)
+ ctx.check_cc(lib="sodium", comment="Sodium crypto library", mandatory=True)
+
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/00a4220c34fd1a169b701ab4ed21f9e5e3f388ea
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170118/275bf781/attachment.html>
More information about the vc
mailing list