nbos

nbos

https://git.tonybtw.com/nbos.git git://git.tonybtw.com/nbos.git
369 bytes raw
1
#include "glibc.h"
2
3
const pkg pkgs_glibc = {
4
    .name        = "glibc",
5
    .version     = "2.40",
6
    .src         = "https://ftp.gnu.org/gnu/glibc/glibc-2.40.tar.xz",
7
    .sha256      = "0000000000000000000000000000000000000000000000000000000000000000",
8
    .deps        = { .data = nullptr, .len = 0 },
9
    .build_flags = "",
10
    .build_sys   = BUILD_AUTOTOOLS,
11
};