[ntpsec commit] Add comment about NTPS_(C|LD)FLAGS.
Amar Takhar
amar at ntpsec.org
Thu Oct 15 21:47:33 UTC 2015
Module: ntpsec
Branch: master
Commit: cf35480d0d879f993cf29560f9c0fe9266d4bf85
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=cf35480d0d879f993cf29560f9c0fe9266d4bf85
Author: Amar Takhar <verm at darkbeer.org>
Date: Thu Oct 15 17:47:30 2015 -0400
Add comment about NTPS_(C|LD)FLAGS.
---
pylib/configure.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pylib/configure.py b/pylib/configure.py
index 274c2c0..e8c9799 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -425,6 +425,7 @@ def cmd_configure(ctx):
probe_vsprintfm(ctx, "VSNPRINTF_PERCENT_M",
"Checking for %m expansion in vsnprintf(3)")
+ # Define CFLAGS/LDCFLAGS for -vv support.
ctx.define("NTPS_CFLAGS", " ".join(ctx.env.CFLAGS).replace("\"", "\\\""))
ctx.define("NTPS_LDFLAGS", " ".join(ctx.env.LDFLAGS).replace("\"", "\\\""))
More information about the vc
mailing list