From 53469c681fdcd3ce099b50ac2b99a2786e38d611 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Nov 2015 11:43:53 +0100 Subject: [PATCH] thermald: remove empty conditional and rebuild with hardening. --- srcpkgs/thermald/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/thermald/template b/srcpkgs/thermald/template index e241d63637..9f73cb198e 100644 --- a/srcpkgs/thermald/template +++ b/srcpkgs/thermald/template @@ -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 }