ulatencyd: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:09 -04:00 committed by Toyam Cox
parent 083e027af9
commit 12e5705813
1 changed files with 2 additions and 1 deletions

View File

@ -8,14 +8,15 @@ build_style=cmake
hostmakedepends="pkg-config"
makedepends="procps-ng-devel glib-devel dbus-glib-devel lua51-devel libxcb-devel"
depends="luaposix51"
nopie=yes
short_desc="Daemon to minimize latency on a linux system using cgroups"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3"
homepage="https://github.com/poelzi/${pkgname}"
distfiles="${homepage}/archive/${version}-${_subrelease}.tar.gz"
checksum=efaf0cf814ef36b9d63f6a588482a2f1ac435163ff5e9d8d20ce07de58efbf2e
python_version=2 #unverified
broken="missing symbols in procps-ng (user_from_uid, group_from_gid)"
nopie=yes
LDFLAGS+=" -Wl,-Bdynamic -lm -ldl"