lm_sensors: pass proper MACHINE value to fix build on arm*-musl

This commit is contained in:
Christian Neukirchen 2015-08-25 16:05:24 +02:00
parent 81521c9c97
commit 6bdae70aaa

View file

@ -1,9 +1,11 @@
# Template file for 'lm-sensors' # Template file for 'lm-sensors'
pkgname=lm_sensors pkgname=lm_sensors
version=3.4.0 version=3.4.0
revision=1 revision=2
build_style=gnu-makefile 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" hostmakedepends="flex perl"
depends="perl" depends="perl"
conf_files="/etc/sensors3.conf" conf_files="/etc/sensors3.conf"