<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Hal Murray pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/919b39fae39d1b8bf10a2b3a64fd3199825c57ca">919b39fa</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2016-03-02T01:43:15-08:00</i>
</div>
<pre class='commit-message'>build util/tg2 on Linux</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
pylib/configure.py
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
util/wscript
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/919b39fae39d1b8bf10a2b3a64fd3199825c57ca#diff-0'>
<strong>
pylib/configure.py
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/pylib/configure.py
</span><span style="color: #000000;background-color: #ddffdd">+++ b/pylib/configure.py
</span><span style="color: #aaaaaa">@@ -367,8 +367,10 @@ def cmd_configure(ctx):
</span>           ctx.env.HEADER_SYS_TIMEX_H = True
 
        # Some systems don't have sys/audio.h eg OS X, OpenBSD...
<span style="color: #000000;background-color: #ffdddd">-        if ctx.get_define("HAVE_SYS_AUDIO_H"):
-               ctx.env.HEADER_SYS_AUDIO_H = True
</span><span style="color: #000000;background-color: #ddffdd">+   if ctx.get_define("HAVE_SYS_AUDIO_H") or \
+          ctx.get_define("HAVE_SYS_SOUNDCARD_H") or \
+          ctx.get_define("HAVE_MACHINE_SOUNDCARD_H"):
+               ctx.env.HAVE_AUDIO = True  # makes util/tg2
</span> 
        if ctx.options.refclocks:
                from refclock import refclock_config
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/919b39fae39d1b8bf10a2b3a64fd3199825c57ca#diff-1'>
<strong>
util/wscript
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/util/wscript
</span><span style="color: #000000;background-color: #ddffdd">+++ b/util/wscript
</span><span style="color: #aaaaaa">@@ -6,7 +6,7 @@ def build(ctx):
</span> 
        util = ['bumpclock', 'hist', 'propdelay', 'sht']
 
<span style="color: #000000;background-color: #ffdddd">-        if ctx.env.HEADER_SYS_AUDIO_H:
</span><span style="color: #000000;background-color: #ddffdd">+   if ctx.env.HAVE_AUDIO:
</span>           util += ['tg2']
 
        for name in util:
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/919b39fae39d1b8bf10a2b3a64fd3199825c57ca">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/919b39fae39d1b8bf10a2b3a64fd3199825c57ca"}}</script>
</p>
</div>
</body>
</html>