Magellan Linux

Contents of /trunk/klibc/patches/klibc-1.5.15-fix-2.6.29-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 780 - (show annotations) (download)
Mon May 4 17:17:14 2009 UTC (15 years ago) by niro
File size: 639 byte(s)
-fix build with linux-2.6.29

1 diff -Nur klibc-1.5.14.orig/scripts/Kbuild.klibc klibc-1.5.14/scripts/Kbuild.klibc
2 --- klibc-1.5.14.orig/scripts/Kbuild.klibc 2008-07-30 23:06:03.000000000 +0200
3 +++ klibc-1.5.14/scripts/Kbuild.klibc 2008-12-29 23:59:14.000000000 +0100
4 @@ -103,7 +103,7 @@
5 -I$(KLIBCINC)
6 # kernel include paths
7 KLIBCKERNELSRC ?= $(srctree)/
8 -KLIBCCPPFLAGS += -I$(KLIBCKERNELSRC)include \
9 +KLIBCCPPFLAGS += -I$(KLIBCKERNELSRC)include -I$(KLIBCKERNELSRC)arch/x86/include \
10 $(if $(KBUILD_SRC),-I$(KLIBCKERNELOBJ)include2 -I$(KLIBCKERNELOBJ)include -I$(srctree)/include) \
11 $(KLIBCARCHINCFLAGS)
12