diff options
author | davidovski <david@davidovski.xyz> | 2022-02-27 00:55:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-27 00:55:34 +0000 |
commit | 79c82d8fc0a4f6618429a0373bb832afd105543e (patch) | |
tree | 81353122644b10b2c3d5be52bf3524890cbc377b /repo/meta/base.xibuild | |
parent | 7e7775ad670c99b2823d812c782f6ff258e79b9b (diff) |
added all missing libraries and headers that musl doesnt have
Diffstat (limited to 'repo/meta/base.xibuild')
-rw-r--r-- | repo/meta/base.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/meta/base.xibuild b/repo/meta/base.xibuild index fd7d807..d62915a 100644 --- a/repo/meta/base.xibuild +++ b/repo/meta/base.xibuild @@ -1,5 +1,5 @@ #!/bin/sh -DEPS="bash bzip2 coreutils findutils iana-etc file gawk gettext musl grep gzip iproute2 iputils xipkg pciutils procps-ng psmisc sed shadow sysvinit tar util-linux xz linux-headers sysconfigs " +DEPS="bash bzip2 coreutils findutils iana-etc file gawk gettext musl grep gzip iproute2 iputils xipkg pciutils procps-ng psmisc sed shadow sysvinit tar util-linux xz linux-headers sysconfigs inetutils" MAKEDEPS="grep python" DESC="The base system to be installed" |