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:
committed by
Git OBS Bridge
parent
0dd7c323d5
commit
95b9eb5129
14
kbuild-glob.patch
Normal file
14
kbuild-glob.patch
Normal 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. */
|
||||
|
Reference in New Issue
Block a user