FreeBSD needs sgid kmem in order to access KVM. If this isn't set, we use a slow-assed fallback method.edi-0.5
parent
05b59290b8
commit
be08de2b1a
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
#!/bin/sh |
||||
|
||||
# We do this to allow us to poll for processes efficiently. |
||||
# Specifically for FreeBSD and DragonFlyBSD. |
||||
chown root:kmem "${DESTDIR}/${MESON_INSTALL_PREFIX}/bin/evisum" |
||||
chmod g+s "${DESTDIR}/${MESON_INSTALL_PREFIX}/bin/evisum" |
Loading…
Reference in new issue