ulatencyd: fix build using nopie=yes

This commit is contained in:
Jürgen Buchmüller 2016-05-04 12:54:32 +02:00
parent 1e18a647bd
commit 97f9693129
1 changed files with 2 additions and 1 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'ulatencyd' # Template file for 'ulatencyd'
pkgname=ulatencyd pkgname=ulatencyd
version=0.6.0 version=0.6.0
revision=6 revision=7
_subrelease=alpha.2.1 _subrelease=alpha.2.1
wrksrc="${pkgname}-${version}-${_subrelease}" wrksrc="${pkgname}-${version}-${_subrelease}"
build_style=cmake build_style=cmake
hostmakedepends="cmake pkg-config" hostmakedepends="cmake pkg-config"
makedepends="procps-ng-devel glib-devel dbus-glib-devel lua51-devel libxcb-devel" makedepends="procps-ng-devel glib-devel dbus-glib-devel lua51-devel libxcb-devel"
depends="luaposix51 ConsoleKit2" depends="luaposix51 ConsoleKit2"
nopie=yes
short_desc="Daemon to minimize latency on a linux system using cgroups" short_desc="Daemon to minimize latency on a linux system using cgroups"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>" maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3" license="GPL-3"