shithub: aubio

Download patch

ref: e3e8e9d285fcd014bff0648c5ff3b4a2d76d7961
parent: 64b8dcc9adbcda33e23daf0202a472172e82cc71
author: Paul Brossier <piem@piem.org>
date: Wed Aug 19 13:18:12 EDT 2015

build.sh: add make checkwaf

--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,4 @@
+make checkwaf
 python waf configure --prefix=$PREFIX
 python waf build
 python waf install