thermald: unbreak on x86: set nopie for now.
This commit is contained in:
parent
6e258377fd
commit
1c1fac8876
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ 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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue