thermald: remove empty conditional and rebuild with hardening.

This commit is contained in:
Juan RP 2015-11-18 11:43:53 +01:00
parent 9e49c9cca2
commit 53469c681f

View file

@ -1,7 +1,7 @@
# Template file for 'thermald'
pkgname=thermald
version=1.4.3
revision=4
revision=5
_pkgname=thermal_daemon
wrksrc="${_pkgname}-${version}"
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
@ -18,9 +18,6 @@ conf_files="
/etc/thermald/thermal-conf.xml
/etc/thermald/thermal-cpu-cdev-order.xml"
if [ "$XBPS_TARGET_MACHINE" != "i686" ]; then
fi
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}