thermald: reenable hardening on x86 now it's fixed.

This commit is contained in:
Juan RP 2015-11-20 07:32:24 +01:00
parent 19aa1a1d00
commit c35ee38c88
1 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'thermald' # Template file for 'thermald'
pkgname=thermald pkgname=thermald
version=1.4.3 version=1.4.3
revision=5 revision=6
_pkgname=thermal_daemon _pkgname=thermal_daemon
wrksrc="${_pkgname}-${version}" wrksrc="${_pkgname}-${version}"
only_for_archs="i686 i686-musl x86_64 x86_64-musl" 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" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=566595eb2c56679d463be5a65d612de90968248054122bb390d0bc902ba7b762 checksum=566595eb2c56679d463be5a65d612de90968248054122bb390d0bc902ba7b762
conf_files=" conf_files="
/etc/thermald/thermal-conf.xml /etc/thermald/thermal-conf.xml
/etc/thermald/thermal-cpu-cdev-order.xml" /etc/thermald/thermal-cpu-cdev-order.xml"
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
# XXX
nopie=yes
fi
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh