diff --git a/.gitmodules b/.gitmodules index 90a20b8..17a6cae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/libbpf/libbpf.git [submodule "elfutils"] path = elfutils - url = https://sourceware.org/git/elfutils.git + url = https://github.com/libbpf/elfutils-mirror.git [submodule "zlib"] path = zlib url = https://github.com/madler/zlib.git diff --git a/Cargo.toml b/Cargo.toml index d434b98..2820b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,5 +57,5 @@ static-libbpf = [] # the libelf consumer. static-libelf = ["static-libbpf"] # Link zlib statically. Implies linking libbpf statically, because libbpf is -# the libelf consumer. +# the zlib consumer. static-zlib = ["static-libbpf"]