From c35ee38c8812135326860dc1bb472020c9a83abd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Nov 2015 07:32:24 +0100 Subject: [PATCH] thermald: reenable hardening on x86 now it's fixed. --- srcpkgs/thermald/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/thermald/template b/srcpkgs/thermald/template index a17778c4d8a..532bfc2dec3 100644 --- a/srcpkgs/thermald/template +++ b/srcpkgs/thermald/template @@ -1,7 +1,7 @@ # Template file for 'thermald' pkgname=thermald version=1.4.3 -revision=5 +revision=6 _pkgname=thermal_daemon wrksrc="${_pkgname}-${version}" only_for_archs="i686 i686-musl x86_64 x86_64-musl" @@ -15,13 +15,8 @@ homepage="https://github.com/01org/${_pkgname}" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=566595eb2c56679d463be5a65d612de90968248054122bb390d0bc902ba7b762 conf_files=" -/etc/thermald/thermal-conf.xml -/etc/thermald/thermal-cpu-cdev-order.xml" - -if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then - # XXX - nopie=yes -fi + /etc/thermald/thermal-conf.xml + /etc/thermald/thermal-cpu-cdev-order.xml" pre_configure() { NOCONFIGURE=1 ./autogen.sh