aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kbuild/kobjcache.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-02 10:40:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-02 10:52:48 +0000
commitfd024b04f62ceb810b5ce5c0eb740277cb7651ac (patch)
tree5d9b9290738e7902d9f3c50101713141ecdaa991 /testing/kbuild/kobjcache.patch
parentb705597922992e151deeda07f70804f6733af810 (diff)
downloadaports-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.patch10
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>