thermald: unbreak on x86: set nopie for now.
This commit is contained in:
parent
6e258377fd
commit
1c1fac8876
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue