thermald: enable PIE

This commit is contained in:
Andrea Brancaleoni 2015-08-18 01:08:38 +02:00
parent ee69ba98f2
commit 7f33f88ca6
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'thermald'
pkgname=thermald
version=1.4.3
revision=1
revision=2
_pkgname=thermal_daemon
wrksrc="${_pkgname}-${version}"
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
build_style=gnu-configure
build_pie=yes
hostmakedepends="automake pkg-config"
makedepends="dbus-glib-devel libxml2-devel glib-devel libgomp-devel"
short_desc="The Linux Thermal Daemon program from 01.org"