diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-13 21:31:02 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-13 21:31:02 +0000 |
commit | b14683fda0b5a08584419b1e55bede36da370111 (patch) | |
tree | 5dd1f9f9c19496a79284b14dcd23ccd1b946c1e2 | |
parent | 9a3ea4a4a3892801f269f060b800387a35cb9217 (diff) | |
download | drakx-b14683fda0b5a08584419b1e55bede36da370111.tar drakx-b14683fda0b5a08584419b1e55bede36da370111.tar.gz drakx-b14683fda0b5a08584419b1e55bede36da370111.tar.bz2 drakx-b14683fda0b5a08584419b1e55bede36da370111.tar.xz drakx-b14683fda0b5a08584419b1e55bede36da370111.zip |
use new path for diet libz
-rw-r--r-- | mdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index a1736a626..880ec717f 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -81,7 +81,7 @@ FRONTEND_LINK = $(FRONTEND_OBJS) $($(F)_FRONTEND_LIBS) STAGE1_OWN_LIBS = ifeq (DIETLIBC, $(L)) -STAGE1_OWN_LIBS = /usr/$(LIB)/libz-diet.a +STAGE1_OWN_LIBS = /usr/lib/dietlibc/lib-$(ARCH)/libz.a else STAGE1_OWN_LIBS = /usr/$(LIB)/libz.a endif |