From 1c1fac88761baea7633fac91a73401825a36e57b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Nov 2015 17:19:53 +0100 Subject: [PATCH] thermald: unbreak on x86: set nopie for now. --- srcpkgs/thermald/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/thermald/template b/srcpkgs/thermald/template index 9f73cb198e..a17778c4d8 100644 --- a/srcpkgs/thermald/template +++ b/srcpkgs/thermald/template @@ -18,6 +18,11 @@ conf_files=" /etc/thermald/thermal-conf.xml /etc/thermald/thermal-cpu-cdev-order.xml" +if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then + # XXX + nopie=yes +fi + pre_configure() { NOCONFIGURE=1 ./autogen.sh }