summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-07-05 16:08:08 +0000
committerJeremy Katz <katzj@redhat.com>2006-07-05 16:08:08 +0000
commit6787c186e01bd1ffaf826f26e5ca86a16fd91b87 (patch)
tree9310a026787707b7e3cbaaf772490b55d69d273b
parentfbf3bee8137a8fce0bbe1cd55986301027b81c7e (diff)
downloadanaconda-6787c186e01bd1ffaf826f26e5ca86a16fd91b87.tar.gz
anaconda-6787c186e01bd1ffaf826f26e5ca86a16fd91b87.tar.xz
anaconda-6787c186e01bd1ffaf826f26e5ca86a16fd91b87.zip
2006-07-05 Jeremy Katz <katzj@redhat.com>
* stubs/Makefile: Link the stub lib against wlite (#197593)
-rw-r--r--ChangeLog2
-rw-r--r--stubs/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 34c167de9..91b881862 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-07-05 Jeremy Katz <katzj@redhat.com>
+ * stubs/Makefile: Link the stub lib against wlite (#197593)
+
* scripts/mk-rescueimage.i386 (productpath): Fix for new stage2
location.
* scripts/mk-rescueimage.ppc (productpath): Likewise.
diff --git a/stubs/Makefile b/stubs/Makefile
index 63b7d8f3f..2ba971e55 100644
--- a/stubs/Makefile
+++ b/stubs/Makefile
@@ -11,7 +11,7 @@ all: $(TARGETS) libunicode-lite.a
CFLAGS += -I../wlite/
$(LIBUTF8): unicode-lite.c
- gcc -fPIC -shared -I../wlite/ -o $@ $< -D_FORTIFY_SOURCE=2
+ gcc -fPIC -shared -I../wlite/ -o $@ $< -D_FORTIFY_SOURCE=2 ../wlite/libwlite.a
libunicode-lite.a: libunicode-lite.a($(OBJECTS))