Magellan Linux

Contents of /trunk/mingetty/patches/mingetty-1.00-opt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 563 - (show annotations) (download)
Thu Apr 10 18:09:11 2008 UTC (16 years ago) by niro
File size: 289 byte(s)
-1.08

1 --- mingetty-1.00/Makefile.rpm Mon Mar 4 15:27:11 2002
2 +++ mingetty-1.00/Makefile Mon Mar 4 15:27:34 2002
3 @@ -1,6 +1,7 @@
4 DESTDIR=
5 CC=gcc
6 -CFLAGS=-O2 -Wall -W -pipe -D_GNU_SOURCE
7 +CFLAGS=$(RPM_OPTS) -Wall -D_GNU_SOURCE
8 +LDFLAGS=$(RPM_OPTS)
9 MANDIR=/usr/share/man/man8
10 SBINDIR=/sbin
11