lxcfs: fix musl build.
This commit is contained in:
parent
f039bd2799
commit
8a12699766
|
@ -0,0 +1,8 @@
|
||||||
|
--- cgmanager.h.orig 2015-10-26 22:02:36.000000000 +0100
|
||||||
|
+++ cgmanager.h 2015-10-27 09:01:15.217620051 +0100
|
||||||
|
@@ -1,3 +1,5 @@
|
||||||
|
+#include <fcntl.h>
|
||||||
|
+
|
||||||
|
struct cgm_keys {
|
||||||
|
char *name;
|
||||||
|
uint32_t uid, gid;
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lxcfs'
|
# Template file for 'lxcfs'
|
||||||
pkgname=lxcfs
|
pkgname=lxcfs
|
||||||
version=0.11
|
version=0.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config docbook2x"
|
hostmakedepends="pkg-config docbook2x"
|
||||||
makedepends="dbus-glib-devel libcgmanager-devel lxc-devel fuse-devel"
|
makedepends="dbus-glib-devel libcgmanager-devel lxc-devel fuse-devel"
|
||||||
|
|
Loading…
Reference in New Issue