gnu: libpcap: Enable plain "linux" backend.
* gnu/packages/admin.scm (libpcap)[arguments]: Add "--with-pcap=linux" configure flag.
This commit is contained in:
parent
b42d45088d
commit
e03f6d5e95
|
@ -476,7 +476,8 @@ tools: server, client, and relay agent.")
|
||||||
"14wyjywrdi1ikaj6yc9c72m6m2r64z94lb0gm7k1a3q6q5cj3scs"))))
|
"14wyjywrdi1ikaj6yc9c72m6m2r64z94lb0gm7k1a3q6q5cj3scs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("bison" ,bison) ("flex" ,flex)))
|
(native-inputs `(("bison" ,bison) ("flex" ,flex)))
|
||||||
(arguments '(#:tests? #f)) ; no 'check' target
|
(arguments '(#:configure-flags '("--with-pcap=linux")
|
||||||
|
#:tests? #f)) ; no 'check' target
|
||||||
(home-page "http://www.tcpdump.org")
|
(home-page "http://www.tcpdump.org")
|
||||||
(synopsis "Network packet capture library")
|
(synopsis "Network packet capture library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue