<p></p>
<p>This is the build script:</p>
<div class="highlight highlight-source-shell"><pre>name=strace
version=5.4
release=1
source=<span class="pl-s"><span class="pl-pds">"</span>https://github.com/strace/strace/releases/download/v<span class="pl-smi">$version</span>/<span class="pl-smi">$name</span>-<span class="pl-smi">$version</span>.tar.xz<span class="pl-pds">"</span></span>

<span class="pl-en">build</span>() {
  <span class="pl-c1">cd</span> <span class="pl-smi">$name</span>-<span class="pl-smi">$version</span>
  ./configure \
    --prefix=/usr \
    --enable-mpers=no
  make
  make DESTDIR=<span class="pl-s"><span class="pl-pds">"</span><span class="pl-smi">$PKG</span><span class="pl-pds">"</span></span> install
}</pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/strace/strace/issues/132#issuecomment-611959233">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AOVBTR5NUA7FLYWXRP7MPKTRL3R4NANCNFSM4MFK32RQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AOVBTR7GFFSJXZRD4ISSPILRL3R4NA5CNFSM4MFK32R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOER44DQI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/strace/strace/issues/132#issuecomment-611959233",
"url": "https://github.com/strace/strace/issues/132#issuecomment-611959233",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>