miller: disable profiling build for musl.
This commit is contained in:
parent
ad3dfbc886
commit
eaf0be2797
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'miller'
|
# Template file for 'miller'
|
||||||
pkgname=miller
|
pkgname=miller
|
||||||
version=2.2.1
|
version=2.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
hostmakedepends="automake libtool flex asciidoc"
|
hostmakedepends="automake libtool flex asciidoc"
|
||||||
@ -13,6 +13,8 @@ distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
|
|||||||
checksum=816a1822cac06752e6ea703d435e0dff65ab23d393350afadd46eb422448503f
|
checksum=816a1822cac06752e6ea703d435e0dff65ab23d393350afadd46eb422448503f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
# Disable debugging and profiling versions, broken on musl.
|
||||||
|
echo 'noinst_PROGRAMS=' >> c/Makefile.am
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user