lm_sensors: pass proper MACHINE value to fix build on arm*-musl
This commit is contained in:
parent
81521c9c97
commit
6bdae70aaa
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'lm-sensors'
|
||||
pkgname=lm_sensors
|
||||
version=3.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||
make_build_args="MACHINE=${XBPS_TARGET_MACHINE#-musl}"
|
||||
make_install_args="${make_build_args}
|
||||
PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||
hostmakedepends="flex perl"
|
||||
depends="perl"
|
||||
conf_files="/etc/sensors3.conf"
|
||||
|
|
Loading…
Reference in a new issue