mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
pahole: use musl-obstack-devel.
This commit is contained in:
parent
1c79d7d67a
commit
8411efed5b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pahole'
|
# Template file for 'pahole'
|
||||||
pkgname=pahole
|
pkgname=pahole
|
||||||
version=1.17
|
version=1.17
|
||||||
revision=1
|
revision=2
|
||||||
_bpfver=0.0.7
|
_bpfver=0.0.7
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-D__LIB=lib"
|
configure_args="-D__LIB=lib"
|
||||||
|
@ -16,7 +16,7 @@ checksum="51e35041ce43ed08922037a1ee9e415aff1590e0d8d7cbe3e2b003f388db0a8a
|
||||||
a616ba2ea72d00b4022689b17f4a78365379e3040d0f1a66d28eba52c528e480"
|
a616ba2ea72d00b4022689b17f4a78365379e3040d0f1a66d28eba52c528e480"
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
*-musl) makedepends+=" musl-obstack argp-standalone"
|
*-musl) makedepends+=" musl-obstack-devel argp-standalone"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_patch() {
|
pre_patch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue