Skip to content
Snippets Groups Projects
Commit 6baf0508 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

main/fping: allow capabilities

parent 4a2ebcbf
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ source="https://fping.org/dist/fping-$pkgver.tar.gz
int-conversion.patch
unprivileged-ping.patch
"
options="!check" # no testsuite
# setcap: needs cap_net_raw to be able to send icmp packets
options="!check setcap" # no testsuite
build() {
./configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment