* conf/Makefile.common (CPPFLAGS_GNULIB): Add
$(top_srcdir)/grub-core/gnulib as well as $(top_builddir)/grub-core/gnulib. Reported by: KESHAV P.R.
This commit is contained in:
parent
5c5277839a
commit
8d5e2af3fc
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2010-09-21 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* conf/Makefile.common (CPPFLAGS_GNULIB): Add
|
||||||
|
$(top_srcdir)/grub-core/gnulib as well as
|
||||||
|
$(top_builddir)/grub-core/gnulib.
|
||||||
|
Reported by: KESHAV P.R.
|
||||||
|
|
||||||
2010-09-21 Colin Watson <cjwatson@ubuntu.com>
|
2010-09-21 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/grub-install.in: Fix the bootloader ID option to be
|
* util/grub-install.in: Fix the bootloader ID option to be
|
||||||
|
|
|
@ -81,7 +81,7 @@ CFLAGS_GCRY = -Wno-error -Wno-missing-field-initializers
|
||||||
CPPFLAGS_GCRY = -I$(top_srcdir)/grub-core/lib/libgcrypt_wrap
|
CPPFLAGS_GCRY = -I$(top_srcdir)/grub-core/lib/libgcrypt_wrap
|
||||||
|
|
||||||
CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused
|
CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused
|
||||||
CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib
|
CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib -I$(top_srcdir)/grub-core/gnulib
|
||||||
|
|
||||||
CFLAGS_POSIX = -fno-builtin
|
CFLAGS_POSIX = -fno-builtin
|
||||||
CPPFLAGS_POSIX = -I$(top_srcdir)/grub-core/lib/posix_wrap
|
CPPFLAGS_POSIX = -I$(top_srcdir)/grub-core/lib/posix_wrap
|
||||||
|
|
Loading…
Reference in a new issue