openwrt-packages/libs/libcgroup
Rosen Penev d1a2a025fe
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 <rosenp@gmail.com>
2020-03-29 21:38:23 -07:00
..
patches libcgroup: fix compile with newer musl 2020-03-29 21:38:23 -07:00
Makefile libcgroup: fix compile with newer musl 2020-03-29 21:38:23 -07:00