libcgroup: fix compile with newer musl
authorRosen Penev <redacted>
Mon, 30 Mar 2020 00:11:03 +0000 (17:11 -0700)
committerRosen Penev <redacted>
Mon, 30 Mar 2020 04:38:23 +0000 (21:38 -0700)
commitd1a2a025fe317cbc11ddbb3d8fb1c05c9c45aca5
treeab010c7cda67611b50320fdc5ab72ee9fd12c8b8
parent1950340c697c537ab9d8d117f1b3ea08fe4bf1c1
libcgroup: fix compile with newer musl

The code uses __BEGIN/END_DECLS from glibc's features.h, actually
sys/cdefs.h, which is deprecated. Get rid of it.

Fixed license information.

Fixed musl-fts dependency. It's only valid for musl.

Removed autoreconf as the patch was removed.

Added PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <redacted>
libs/libcgroup/Makefile
libs/libcgroup/patches/0001-musl-fts-configure.patch [deleted file]
libs/libcgroup/patches/010-cdefs.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT