diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-02 10:40:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-02 10:52:48 +0000 |
commit | fd024b04f62ceb810b5ce5c0eb740277cb7651ac (patch) | |
tree | 5d9b9290738e7902d9f3c50101713141ecdaa991 /testing/kbuild/kobjcache.patch | |
parent | b705597922992e151deeda07f70804f6733af810 (diff) | |
download | aports-fd024b04f62ceb810b5ce5c0eb740277cb7651ac.tar.bz2 aports-fd024b04f62ceb810b5ce5c0eb740277cb7651ac.tar.xz |
testing/kbuild: upgrade to 0.1.9998_pre20131130 and fix build on musl
Diffstat (limited to 'testing/kbuild/kobjcache.patch')
-rw-r--r-- | testing/kbuild/kobjcache.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/kbuild/kobjcache.patch b/testing/kbuild/kobjcache.patch new file mode 100644 index 0000000000..4fb4e02550 --- /dev/null +++ b/testing/kbuild/kobjcache.patch @@ -0,0 +1,10 @@ +--- ./src/kObjCache/kObjCache.c.orig ++++ ./src/kObjCache/kObjCache.c +@@ -38,6 +38,7 @@ + #include <errno.h> + #include <assert.h> + #include <sys/stat.h> ++#include <sys/file.h> + #include <fcntl.h> + #include <limits.h> + #include <ctype.h> |