File: enable-all-by-default.patch

package info (click to toggle)
rust-libslirp 4.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: python: 447; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: libslirp/Cargo.toml
===================================================================
--- libslirp.orig/Cargo.toml
+++ libslirp/Cargo.toml
@@ -27,3 +27,2 @@
     "default",
-    "helper",
 ]
@@ -88,8 +88,6 @@
     "ipnetwork",
     "structopt",
     "slab",
-]
-helper = [
     "libc",
     "zbus",
     "nix",