mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
thermald: reenable hardening on x86 now it's fixed.
This commit is contained in:
parent
19aa1a1d00
commit
c35ee38c88
1 changed files with 3 additions and 8 deletions
|
@ -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"
|
||||||
|
@ -18,11 +18,6 @@ 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…
Add table
Reference in a new issue