Skip to content
  • Kevin Daudt's avatar
    community/ntpsec: support running as non-root user · b56c0351
    Kevin Daudt authored
    ntpsec allows running as non-root, but for that to work, it needs to be
    built against libcap. Without libcap, it cannot run as a non-root user.
    
    Add support for this by adding libcap-dev as makedepend.
    
    Fixes #13076
    b56c0351