thermald: unbreak on x86: set nopie for now.

This commit is contained in:
Juan RP 2015-11-18 17:19:53 +01:00
parent 6e258377fd
commit 1c1fac8876
1 changed files with 5 additions and 0 deletions

View File

@ -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
}