SHA256
1
0
forked from pool/kbuild

Accepting request 214462 from Virtualization

I am totally unsure why this exists in devel:tools:building, AFAICS it's exclusively used (at build-time) by Virtualbox...

OBS-URL: https://build.opensuse.org/request/show/214462
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=21
This commit is contained in:
Sascha Peilicke
2014-01-20 08:34:07 +00:00
committed by Git OBS Bridge
parent 0dd7c323d5
commit 95b9eb5129
14 changed files with 85 additions and 125 deletions

14
kbuild-glob.patch Normal file
View File

@@ -0,0 +1,14 @@
--- a/src/kmk/dir.c 2013-12-06 18:40:31.882478000 +0100
+++ b/src/kmk/dir.c 2014-01-17 10:09:40.546258127 +0100
@@ -1310,7 +1310,11 @@
/* Hooks for globbing. */
+#ifdef KMK
+#include "glob/glob.h"
+#else
#include <glob.h>
+#endif
/* Structure describing state of iterating through a directory hash table. */