diff options
author | Chris Lumens <clumens@redhat.com> | 2006-01-24 18:19:22 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-01-24 18:19:22 +0000 |
commit | e9a7f43a63f67c3b9cb1733eae6bfa220a40da5d (patch) | |
tree | 159668cf6b82593dd41dfed47d62bb1c85396a62 /loader2/Makefile | |
parent | 2c9cc4130c021558ac3165d1b5a922fa1e3e491c (diff) | |
download | anaconda-e9a7f43a63f67c3b9cb1733eae6bfa220a40da5d.tar.gz anaconda-e9a7f43a63f67c3b9cb1733eae6bfa220a40da5d.tar.xz anaconda-e9a7f43a63f67c3b9cb1733eae6bfa220a40da5d.zip |
Sync up libunicode-lite with wcstubs and build it as a static library to
link into the loader (#178386).
Diffstat (limited to 'loader2/Makefile')
-rw-r--r-- | loader2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/Makefile b/loader2/Makefile index ce8249156..47f8740f9 100644 --- a/loader2/Makefile +++ b/loader2/Makefile @@ -53,7 +53,7 @@ OBJS += dietstubs.o ctype.o ISYSLIB += -lrpc CTYPEDEP = ctype.c else -OBJS += wcstubs.o +UNICODELIB = ../stubs/libunicode-lite.a endif # linuxrc + shutdown on s390, init everywhere else @@ -125,7 +125,7 @@ loader-net.o: loader.c loader: loader.o $(OBJS) $(NETOBJS) $(CC) -g $(STATIC) -o $@ $^ -lpopt \ - $(HWLIBS) $(ISYSLIB) $(GUNZIP) \ + $(HWLIBS) $(ISYSLIB) $(GUNZIP) $(UNICODELIB) \ -lpump -lresolv $(NEWTLIB) $(SLANGLIB) $(BTERMLIB) $(WLITELIB) $(DMLIB) clean: |