diff options
Diffstat (limited to 'common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch')
-rw-r--r-- | common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch b/common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch new file mode 100644 index 00000000..d09ecf52 --- /dev/null +++ b/common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch | |||
@@ -0,0 +1,52 @@ | |||
1 | Index: grub-1.98/conf/any-emu.mk | ||
2 | =================================================================== | ||
3 | --- grub-1.98.orig/conf/any-emu.mk 2011-02-24 00:54:20.825116207 -0600 | ||
4 | +++ grub-1.98/conf/any-emu.mk 2011-02-24 00:55:55.465116194 -0600 | ||
5 | @@ -820,7 +820,7 @@ | ||
6 | ./gentrigtables > $@ | ||
7 | DISTCLEANFILES += trigtables.c | ||
8 | gentrigtables: gentrigtables.c | ||
9 | - $(CC) -o $@ $^ $(CPPFLAGS) -lm | ||
10 | + $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm | ||
11 | DISTCLEANFILES += gentrigtables | ||
12 | |||
13 | # For grub-mkfont. | ||
14 | Index: grub-1.98/conf/any-emu.rmk | ||
15 | =================================================================== | ||
16 | --- grub-1.98.orig/conf/any-emu.rmk 2011-02-24 00:54:24.565116208 -0600 | ||
17 | +++ grub-1.98/conf/any-emu.rmk 2011-02-24 00:56:40.665116186 -0600 | ||
18 | @@ -110,7 +110,7 @@ | ||
19 | ./gentrigtables > $@ | ||
20 | DISTCLEANFILES += trigtables.c | ||
21 | gentrigtables: gentrigtables.c | ||
22 | - $(CC) -o $@ $^ $(CPPFLAGS) -lm | ||
23 | + $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm | ||
24 | DISTCLEANFILES += gentrigtables | ||
25 | |||
26 | # For grub-mkfont. | ||
27 | Index: grub-1.98/conf/common.mk | ||
28 | =================================================================== | ||
29 | --- grub-1.98.orig/conf/common.mk 2011-02-24 00:54:30.345116207 -0600 | ||
30 | +++ grub-1.98/conf/common.mk 2011-02-24 00:57:08.415116181 -0600 | ||
31 | @@ -11159,7 +11159,7 @@ | ||
32 | ./gentrigtables > $@ | ||
33 | DISTCLEANFILES += trigtables.c | ||
34 | gentrigtables: gentrigtables.c | ||
35 | - $(CC) -o $@ $^ $(CPPFLAGS) -lm | ||
36 | + $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm | ||
37 | DISTCLEANFILES += gentrigtables | ||
38 | |||
39 | pkglib_MODULES += setjmp.mod | ||
40 | Index: grub-1.98/conf/common.rmk | ||
41 | =================================================================== | ||
42 | --- grub-1.98.orig/conf/common.rmk 2011-02-24 00:54:34.035116205 -0600 | ||
43 | +++ grub-1.98/conf/common.rmk 2011-02-24 00:57:31.045116179 -0600 | ||
44 | @@ -736,7 +736,7 @@ | ||
45 | ./gentrigtables > $@ | ||
46 | DISTCLEANFILES += trigtables.c | ||
47 | gentrigtables: gentrigtables.c | ||
48 | - $(CC) -o $@ $^ $(CPPFLAGS) -lm | ||
49 | + $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm | ||
50 | DISTCLEANFILES += gentrigtables | ||
51 | |||
52 | pkglib_MODULES += setjmp.mod | ||