lxcfs: fix musl build.
This commit is contained in:
parent
f039bd2799
commit
8a12699766
2 changed files with 9 additions and 1 deletions
8
srcpkgs/lxcfs/patches/musl.patch
Normal file
8
srcpkgs/lxcfs/patches/musl.patch
Normal file
|
@ -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'
|
||||
pkgname=lxcfs
|
||||
version=0.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config docbook2x"
|
||||
makedepends="dbus-glib-devel libcgmanager-devel lxc-devel fuse-devel"
|
||||
|
|
Loading…
Reference in a new issue