miller: disable profiling build for musl.

This commit is contained in:
Christian Neukirchen 2015-09-24 13:57:13 +02:00
parent ad3dfbc886
commit eaf0be2797
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'miller'
pkgname=miller
version=2.2.1
revision=1
revision=2
build_style=gnu-configure
build_pie=yes
hostmakedepends="automake libtool flex asciidoc"
@ -13,6 +13,8 @@ distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
checksum=816a1822cac06752e6ea703d435e0dff65ab23d393350afadd46eb422448503f
pre_configure() {
# Disable debugging and profiling versions, broken on musl.
echo 'noinst_PROGRAMS=' >> c/Makefile.am
autoreconf -fi
}