[Git][NTPsec/ntpsec][master] NTPSEC_CFLAGS and NTPSEC_LDFLAGS are never used

Matt Selsky gitlab at mg.gitlab.com
Tue Feb 7 14:27:11 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
f2288296 by Matt Selsky at 2017-02-07T09:26:19-05:00
NTPSEC_CFLAGS and NTPSEC_LDFLAGS are never used

- - - - -


1 changed file:

- wafhelpers/configure.py


Changes:

=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -477,14 +477,6 @@ def cmd_configure(ctx, config):
     from wafhelpers.check_vsprintfm import check_vsprintfm
     check_vsprintfm(ctx)
 
-    # Define CFLAGS/LDFLAGS for -vv support.
-    ctx.define("NTPSEC_CFLAGS",
-               " ".join(ctx.env.CFLAGS).replace("\"", "\\\""),
-               comment="CFLAGS used when compiled")
-    ctx.define("NTPSEC_LDFLAGS",
-               " ".join(ctx.env.LDFLAGS).replace("\"", "\\\""),
-               comment="LDFLAGS used when compiled")
-
     # Check for directory separator
     if ctx.env.DEST_OS == "win32":
         sep = "\\"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f2288296c69353c7e2eb5dd9c8659c2cf51ba331
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170207/4567a6b5/attachment.html>


More information about the vc mailing list