diff options
author | Matt Wilson <msw@redhat.com> | 1999-11-30 22:23:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-11-30 22:23:45 +0000 |
commit | beeb609dffdeb0414ca4658911e5dcb4dd8006a9 (patch) | |
tree | ca5f92d6c694f54af9cf48f0161571e8d5fa86c3 /loader/Makefile | |
parent | f687e3cd850fb2378252c6d2fb0c3bbac2ef3107 (diff) | |
download | anaconda-beeb609dffdeb0414ca4658911e5dcb4dd8006a9.tar.gz anaconda-beeb609dffdeb0414ca4658911e5dcb4dd8006a9.tar.xz anaconda-beeb609dffdeb0414ca4658911e5dcb4dd8006a9.zip |
o changes needed to use rpmio from rpm HEAD
o typo in exception screen
o other things that came along the way.
Diffstat (limited to 'loader/Makefile')
-rw-r--r-- | loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index d5cc4f4aa..bf44d4a89 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -18,7 +18,7 @@ endif PCMCIAOBJS = pcmcia.o $(NETOBJS) OPTS = -O2 -g -CFLAGS = $(DEBUG) $(OPTS) -Wall -D_GNU_SOURCE=1 -I/usr/include/rpm -I.. -DUSE_ALT_DNS=1 -DVERSION='"$(VERSION)"' +CFLAGS = $(DEBUG) $(OPTS) -Wall -D_GNU_SOURCE=1 -I/usr/include/rpm -I.. -DUSE_ALT_DNS=1 -DVERSION='"$(VERSION)"' -DHAVE_LIBIO_H ALLOBJS = $(OBJS) $(PCMCIAOBJS) |