ulatencyd: add explicit python_version
This commit is contained in:
parent
083e027af9
commit
12e5705813
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue