From a25b7c8da9414e9188d7feb7b280005e6e50ea13 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 10 Feb 2019 18:29:15 +0100 Subject: Initial import --- group-musl/package.accept_keywords/00-musl | 4 ++++ .../patches/net-misc/chrony/include-util.patch | 27 ++++++++++++++++++++++ group-musl/repos.conf/musl.conf | 5 ++++ 3 files changed, 36 insertions(+) create mode 100644 group-musl/package.accept_keywords/00-musl create mode 100644 group-musl/patches/net-misc/chrony/include-util.patch create mode 100644 group-musl/repos.conf/musl.conf (limited to 'group-musl') diff --git a/group-musl/package.accept_keywords/00-musl b/group-musl/package.accept_keywords/00-musl new file mode 100644 index 0000000..a71d122 --- /dev/null +++ b/group-musl/package.accept_keywords/00-musl @@ -0,0 +1,4 @@ +dev-libs/icu +net-analyzer/mtr +net-dns/libidn2 +sys-apps/smartmontools diff --git a/group-musl/patches/net-misc/chrony/include-util.patch b/group-musl/patches/net-misc/chrony/include-util.patch new file mode 100644 index 0000000..544329f --- /dev/null +++ b/group-musl/patches/net-misc/chrony/include-util.patch @@ -0,0 +1,27 @@ +From 948ecf84314f78da82e0e2b07b6570ca9cff86c8 Mon Sep 17 00:00:00 2001 +From: Miroslav Lichvar +Date: Thu, 20 Sep 2018 15:01:16 +0200 +Subject: [PATCH] hash: include util.h for MIN macro + +The hash_intmd5.c file inadvertently relied on the system headers to +provide the MIN macro, but it is missing with some libc implementations. + +Signed-off-by: Giulio Benetti +--- + hash_intmd5.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/hash_intmd5.c b/hash_intmd5.c +index 0b60f9b..49da1cf 100644 +--- a/hash_intmd5.c ++++ b/hash_intmd5.c +@@ -29,6 +29,7 @@ + #include "sysincl.h" + #include "hash.h" + #include "memory.h" ++#include "util.h" + + #include "md5.c" + +-- +2.17.1 diff --git a/group-musl/repos.conf/musl.conf b/group-musl/repos.conf/musl.conf new file mode 100644 index 0000000..513a6a1 --- /dev/null +++ b/group-musl/repos.conf/musl.conf @@ -0,0 +1,5 @@ +[musl] +location = /var/overlays/musl +sync-type = git +syncuri = https://anongit.gentoo.org/git/proj/musl.git +auto-sync = yes -- cgit v1.2.3-2-gb3c3