* stage2/Makefile.am (libgrub_a_CFLAGS): Enable USE_MD5_PASSWORDS
for libgrub. Previously that was implicitly done by configure.in until the patch from 2001-07-04, which moved that flag from CFLAGS to FSYS_CFLAGS. Reported by YAMAGUCHI Shingo <shingo@kip.iis.toyama-u.ac.jp>
This commit is contained in:
parent
074b0023e7
commit
cd403b1f05
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2001-07-26 Jochen Hoenicke <jochen@gnu.org>
|
||||
|
||||
* stage2/Makefile.am (libgrub_a_CFLAGS): Enable USE_MD5_PASSWORDS
|
||||
for libgrub. Previously that was implicitly done by configure.in
|
||||
until the patch from 2001-07-04, which moved that flag from CFLAGS
|
||||
to FSYS_CFLAGS. Reported by YAMAGUCHI Shingo
|
||||
<shingo@kip.iis.toyama-u.ac.jp>
|
||||
|
||||
2001-07-13 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* util/grub-install.in (convert): Recognize the naming scheme
|
||||
|
|
|
@ -20,6 +20,7 @@ libgrub_a_SOURCES = boot.c builtins.c common.c char_io.c cmdline.c \
|
|||
libgrub_a_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/lib \
|
||||
-DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 \
|
||||
-DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 \
|
||||
-DUSE_MD5_PASSWORDS=1 \
|
||||
-DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings
|
||||
|
||||
# Stage 2 and Stage 1.5's.
|
||||
|
|
|
@ -111,6 +111,7 @@ libgrub_a_SOURCES = boot.c builtins.c common.c char_io.c cmdline.c \
|
|||
libgrub_a_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/lib \
|
||||
-DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 \
|
||||
-DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 \
|
||||
-DUSE_MD5_PASSWORDS=1 \
|
||||
-DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue