SHA256
1
0
forked from pool/kbuild
kbuild/kbuild-glob.patch
Martin Pluskal c3b73455b9 Accepting request 535804 from home:lwfinger:branches:devel:tools:building
- 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
2017-10-24 15:07:10 +00:00

24 lines
571 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
---
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