thermald: remove empty conditional and rebuild with hardening.
This commit is contained in:
parent
9e49c9cca2
commit
53469c681f
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue