[Git][NTPsec/ntpsec][master] Don't put libpthread under ENABLE_CROSS.

Amar Takhar gitlab at mg.gitlab.com
Thu Jan 14 19:18:34 UTC 2016


Amar Takhar pushed to branch master at NTPsec / ntpsec


Commits:
d5bee393 by Amar Takhar at 2016-01-14T14:18:18-05:00
Don't put libpthread under ENABLE_CROSS.

- - - - -


1 changed file:

- pylib/configure.py


Changes:

=====================================
pylib/configure.py
=====================================
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -215,8 +215,7 @@ def cmd_configure(ctx):
 	ctx.check_cc(lib="edit", mandatory=False)
 	ctx.check_cc(lib="m")
 	ctx.check_cc(lib="ossaudio", mandatory=False)  # NetBSD audio
-	if not ctx.env.ENABLE_CROSS:
-		ctx.check_cc(lib="pthread")
+	ctx.check_cc(lib="pthread")
 	ctx.check_cc(lib="rt", mandatory=False)
 	ctx.check_cc(lib="readline", mandatory=False)
 	ctx.check_cc(lib="thr", mandatory=False)



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/d5bee3937a51991441b6a18ce31724e1b269ba77
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160114/ad15fb66/attachment.html>


More information about the vc mailing list