forked from pool/kbuild
- Update to version 0.1.9998svn3110. VirtualBox 5.2.0 needs this one to build. Changes detailed in upstream url from svn 2815 to 3110. - Rebased patches - Removed test for openSUSE 12.3 from spec file. OBS-URL: https://build.opensuse.org/request/show/535804 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=34
24 lines
571 B
Diff
24 lines
571 B
Diff
---
|
||
|
||
---
|
||
src/kmk/dir.c | 4 ++--
|
||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
||
Index: kbuild-0.1.9998svn3110/src/kmk/dir.c
|
||
===================================================================
|
||
--- kbuild-0.1.9998svn3110.orig/src/kmk/dir.c
|
||
+++ kbuild-0.1.9998svn3110/src/kmk/dir.c
|
||
@@ -1340,8 +1340,11 @@ void print_dir_stats (void)
|
||
|
||
/* Hooks for globbing. */
|
||
|
||
+#if defined(KMK) && !defined(__GLIBC__)
|
||
+# include "glob/glob.h"
|
||
+#else
|
||
#include <glob.h>
|
||
-
|
||
+#endif
|
||
/* Structure describing state of iterating through a directory hash table. */
|
||
|
||
struct dirstream
|